#DCB459

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

Shades of Equator #DCB459

Tints of Equator #DCB459

Color information

#DCB459 (or 0xDCB459) is unknown color: approx Equator. HEX triplet: DC, B4 and 59. RGB value is (220,180,89). Sum of RGB (Red+Green+Blue) = 220+180+89=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB459 is #234BA6. Grayscale: #B5B5B5. Windows color (decimal): -2313127 or 5879004. OLE color: 5879004.

HSL color Cylindrical-coordinate representation of color #DCB459: hue angle of 41.68º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCB459 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22018089-
CMYK00.180.600.14
HSL41.68º65.17%60.59%-
HSV(B)41.68º59.55%86.27%-
XYZ47.6448.5816.32-
YUV181.5975.75155.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 89 (35.16% from 255) = 18.20%
R=44.99%
G=36.81%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201808900.180.600.1441.6865.1760.59
HexDCB4590123CE2a413d
Octal33426413102274165210175
Binary1101110010110100101100101001011110011101010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB459; }

 p { color: rgb(220,180,89); }

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

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

 a { background-color: rgb(220,180,89); }

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

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

 span { border-color: rgb(220,180,89); }

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