Shades of Equator #DCB264
Tints of Equator #DCB264
RGB
CMYK
RGB Variations
Color information
#DCB264 (or 0xDCB264) is known color: Equator. HEX triplet: DC, B2 and 64. RGB value is (220,178,100). Sum of RGB (Red+Green+Blue) = 220+178+100=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB264 is #234D9B. Grayscale: #B6B6B6. Windows color (decimal): -2313628 or 6599388. OLE color: 6599388.
HSL color Cylindrical-coordinate representation of color #DCB264: hue angle of 39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB264 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 100 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.14 |
| HSL | 39º | 0.63% | 0.63% | - |
| HSV(B) | 39º | 0.55% | 0.86% | - |
| XYZ | 47.74 | 47.98 | 18.8 | - |
| YUV | 181.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 100 | 0 | 0.19 | 0.55 | 0.14 | 39 | 0.63 | 0.63 |
| Hex | DC | B2 | 64 | 0 | 13 | 37 | E | 27 | 3F | 3F |
| Octal | 334 | 262 | 144 | 0 | 23 | 67 | 16 | 47 | 77 | 77 |
| Binary | 11011100 | 10110010 | 1100100 | 0 | 10011 | 110111 | 1110 | 100111 | 111111 | 111111 |
Color Harmonies of #DCB264
Complementary color
Monochromatic Colors of #DCB264
Black with #DCB264
Text Example
Text Example
White with #DCB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB264; }
p { color: rgb(220,178,100); }
H1.HeaderClassName
{
color: #DCB264;
}
.AnyTagClassName
{
color: #DCB264;
}
</style>
background-color css
<style>
a { background-color: #DCB264; }
a { background-color: rgb(220,178,100); }
div.DivClassName
{
background-color: #DCB264;
}
.BgClassName
{
background-color: #DCB264;
}
</style>
border-color css
<style>
span { border-color: #DCB264; }
span { border-color: rgb(220,178,100); }
td.TdClassName
{
border-color: #DCB264;
}
.TagClassName
{
border-color: #DCB264;
}
</style>