#DCB362

Color #DCB362 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DCB362

Tints of Equator #DCB362

Color information

#DCB362 (or 0xDCB362) is unknown color: approx Equator. HEX triplet: DC, B3 and 62. RGB value is (220,179,98). Sum of RGB (Red+Green+Blue) = 220+179+98=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB362 is #234C9D. Grayscale: #B6B6B6. Windows color (decimal): -2313374 or 6468572. OLE color: 6468572.

HSL color Cylindrical-coordinate representation of color #DCB362: hue angle of 39.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB362 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22017998-
CMYK00.190.550.14
HSL39.84º63.54%62.35%-
HSV(B)39.84º55.45%86.27%-
XYZ47.8448.3418.36-
YUV182.0280.58155.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 98 (38.67% from 255) = 19.72%
R=44.27%
G=36.02%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201799800.190.550.1439.8463.5462.35
HexDCB36201337E28403e
Octal33426314202367165010076
Binary1101110010110011110001001001111011111101010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB362; }

 p { color: rgb(220,179,98); }

 H1.HeaderClassName
 {
   color: #DCB362;
 }
 .AnyTagClassName
 {
   color: #DCB362;
 }
</style>
background-color css

<style>
 a { background-color: #DCB362; }

 a { background-color: rgb(220,179,98); }

 div.DivClassName
 {
   background-color: #DCB362;
 }
 .BgClassName
 {
   background-color: #DCB362;
 }
</style>
border-color css

<style>
 span { border-color: #DCB362; }

 span { border-color: rgb(220,179,98); }

 td.TdClassName
 {
   border-color: #DCB362;
 }
 .TagClassName
 {
   border-color: #DCB362;
 }
</style>