Shades of Equator #DCB06C
Tints of Equator #DCB06C
RGB
CMYK
RGB Variations
Color information
#DCB06C (or 0xDCB06C) is known color: Equator. HEX triplet: DC, B0 and 6C. RGB value is (220,176,108). Sum of RGB (Red+Green+Blue) = 220+176+108=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB06C is #234F93. Grayscale: #B5B5B5. Windows color (decimal): -2314132 or 7123164. OLE color: 7123164.
HSL color Cylindrical-coordinate representation of color #DCB06C: hue angle of 36.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCB06C is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 108 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.14 |
| HSL | 36.43º | 0.62% | 0.64% | - |
| HSV(B) | 36.43º | 0.51% | 0.86% | - |
| XYZ | 47.75 | 47.35 | 20.81 | - |
| YUV | 181.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 108 | 0 | 0.2 | 0.51 | 0.14 | 36.43 | 0.62 | 0.64 |
| Hex | DC | B0 | 6C | 0 | 14 | 33 | E | 24 | 3E | 40 |
| Octal | 334 | 260 | 154 | 0 | 24 | 63 | 16 | 44 | 76 | 100 |
| Binary | 11011100 | 10110000 | 1101100 | 0 | 10100 | 110011 | 1110 | 100100 | 111110 | 1000000 |
Color Harmonies of #DCB06C
Complementary color
Monochromatic Colors of #DCB06C
Black with #DCB06C
Text Example
Text Example
White with #DCB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB06C; }
p { color: rgb(220,176,108); }
H1.HeaderClassName
{
color: #DCB06C;
}
.AnyTagClassName
{
color: #DCB06C;
}
</style>
background-color css
<style>
a { background-color: #DCB06C; }
a { background-color: rgb(220,176,108); }
div.DivClassName
{
background-color: #DCB06C;
}
.BgClassName
{
background-color: #DCB06C;
}
</style>
border-color css
<style>
span { border-color: #DCB06C; }
span { border-color: rgb(220,176,108); }
td.TdClassName
{
border-color: #DCB06C;
}
.TagClassName
{
border-color: #DCB06C;
}
</style>