#DCB15F

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

Shades of Equator #DCB15F

Tints of Equator #DCB15F

Color information

#DCB15F (or 0xDCB15F) is unknown color: approx Equator. HEX triplet: DC, B1 and 5F. RGB value is (220,177,95). Sum of RGB (Red+Green+Blue) = 220+177+95=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15F is #234EA0. Grayscale: #B4B4B4. Windows color (decimal): -2313889 or 6271452. OLE color: 6271452.

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

Color convert

RGB22017795-
CMYK00.200.570.14
HSL39.36º64.1%61.76%-
HSV(B)39.36º56.82%86.27%-
XYZ47.347.4917.5-
YUV180.5179.75156.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 95 (37.5% from 255) = 19.31%
R=44.72%
G=35.98%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201779500.200.570.1439.3664.161.76
HexDCB15F01439E27403e
Octal33426113702471164710076
Binary1101110010110001101111101010011100111101001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB15F; }

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

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

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

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

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

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

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

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