Shades of Equator #DCB266
Tints of Equator #DCB266
RGB
CMYK
RGB Variations
Color information
#DCB266 (or 0xDCB266) is known color: Equator. HEX triplet: DC, B2 and 66. RGB value is (220,178,102). Sum of RGB (Red+Green+Blue) = 220+178+102=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB266 is #234D99. Grayscale: #B6B6B6. Windows color (decimal): -2313626 or 6730460. OLE color: 6730460.
HSL color Cylindrical-coordinate representation of color #DCB266: hue angle of 38.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCB266 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 102 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.14 |
| HSL | 38.64º | 0.63% | 0.63% | - |
| HSV(B) | 38.64º | 0.54% | 0.86% | - |
| XYZ | 47.83 | 48.02 | 19.32 | - |
| YUV | 181.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 102 | 0 | 0.19 | 0.54 | 0.14 | 38.64 | 0.63 | 0.63 |
| Hex | DC | B2 | 66 | 0 | 13 | 36 | E | 27 | 3F | 3F |
| Octal | 334 | 262 | 146 | 0 | 23 | 66 | 16 | 47 | 77 | 77 |
| Binary | 11011100 | 10110010 | 1100110 | 0 | 10011 | 110110 | 1110 | 100111 | 111111 | 111111 |
Color Harmonies of #DCB266
Complementary color
Monochromatic Colors of #DCB266
Black with #DCB266
Text Example
Text Example
White with #DCB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB266; }
p { color: rgb(220,178,102); }
H1.HeaderClassName
{
color: #DCB266;
}
.AnyTagClassName
{
color: #DCB266;
}
</style>
background-color css
<style>
a { background-color: #DCB266; }
a { background-color: rgb(220,178,102); }
div.DivClassName
{
background-color: #DCB266;
}
.BgClassName
{
background-color: #DCB266;
}
</style>
border-color css
<style>
span { border-color: #DCB266; }
span { border-color: rgb(220,178,102); }
td.TdClassName
{
border-color: #DCB266;
}
.TagClassName
{
border-color: #DCB266;
}
</style>