#DCB06E

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

Shades of Equator #DCB06E

Tints of Equator #DCB06E

Color information

#DCB06E (or 0xDCB06E) is unknown color: approx Equator. HEX triplet: DC, B0 and 6E. RGB value is (220,176,110). Sum of RGB (Red+Green+Blue) = 220+176+110=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB06E is #234F91. Grayscale: #B5B5B5. Windows color (decimal): -2314130 or 7254236. OLE color: 7254236.

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

Color convert

RGB220176110-
CMYK00.20.500.14
HSL36º61.11%64.71%-
HSV(B)36º50%86.27%-
XYZ47.8647.3921.38-
YUV181.6387.58155.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=43.48%
G=34.78%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017611000.20.500.143661.1164.71
HexDCB06E01432E243d41
Octal33426015602462164475101
Binary1101110010110000110111001010011001011101001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB06E; }

 p { color: rgb(220,176,110); }

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

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

 a { background-color: rgb(220,176,110); }

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

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

 span { border-color: rgb(220,176,110); }

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