Shades of Equator #DCB267
Tints of Equator #DCB267
RGB
CMYK
RGB Variations
Color information
#DCB267 (or 0xDCB267) is known color: Equator. HEX triplet: DC, B2 and 67. RGB value is (220,178,103). Sum of RGB (Red+Green+Blue) = 220+178+103=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB267 is #234D98. Grayscale: #B6B6B6. Windows color (decimal): -2313625 or 6795996. OLE color: 6795996.
HSL color Cylindrical-coordinate representation of color #DCB267: hue angle of 38.46º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCB267 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 103 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.14 |
| HSL | 38.46º | 0.63% | 0.63% | - |
| HSV(B) | 38.46º | 0.53% | 0.86% | - |
| XYZ | 47.88 | 48.04 | 19.58 | - |
| YUV | 182.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 103 | 0 | 0.19 | 0.53 | 0.14 | 38.46 | 0.63 | 0.63 |
| Hex | DC | B2 | 67 | 0 | 13 | 35 | E | 26 | 3F | 3F |
| Octal | 334 | 262 | 147 | 0 | 23 | 65 | 16 | 46 | 77 | 77 |
| Binary | 11011100 | 10110010 | 1100111 | 0 | 10011 | 110101 | 1110 | 100110 | 111111 | 111111 |
Color Harmonies of #DCB267
Complementary color
Monochromatic Colors of #DCB267
Black with #DCB267
Text Example
Text Example
White with #DCB267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB267; }
p { color: rgb(220,178,103); }
H1.HeaderClassName
{
color: #DCB267;
}
.AnyTagClassName
{
color: #DCB267;
}
</style>
background-color css
<style>
a { background-color: #DCB267; }
a { background-color: rgb(220,178,103); }
div.DivClassName
{
background-color: #DCB267;
}
.BgClassName
{
background-color: #DCB267;
}
</style>
border-color css
<style>
span { border-color: #DCB267; }
span { border-color: rgb(220,178,103); }
td.TdClassName
{
border-color: #DCB267;
}
.TagClassName
{
border-color: #DCB267;
}
</style>