#DCB15B

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

Shades of Equator #DCB15B

Tints of Equator #DCB15B

Color information

#DCB15B (or 0xDCB15B) is unknown color: approx Equator. HEX triplet: DC, B1 and 5B. RGB value is (220,177,91). Sum of RGB (Red+Green+Blue) = 220+177+91=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15B is #234EA4. Grayscale: #B4B4B4. Windows color (decimal): -2313893 or 6009308. OLE color: 6009308.

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

Color convert

RGB22017791-
CMYK00.200.590.14
HSL40º64.82%60.98%-
HSV(B)40º58.64%86.27%-
XYZ47.1347.4216.57-
YUV180.0577.75156.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 91 (35.94% from 255) = 18.65%
R=45.08%
G=36.27%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201779100.200.590.144064.8260.98
HexDCB15B0143BE28413d
Octal33426113302473165010175
Binary1101110010110001101101101010011101111101010001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB15B; }

 p { color: rgb(220,177,91); }

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

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

 a { background-color: rgb(220,177,91); }

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

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

 span { border-color: rgb(220,177,91); }

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