Shades of Equator #DCB269
Tints of Equator #DCB269
RGB
CMYK
RGB Variations
Color information
#DCB269 (or 0xDCB269) is known color: Equator. HEX triplet: DC, B2 and 69. RGB value is (220,178,105). Sum of RGB (Red+Green+Blue) = 220+178+105=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB269 is #234D96. Grayscale: #B6B6B6. Windows color (decimal): -2313623 or 6927068. OLE color: 6927068.
HSL color Cylindrical-coordinate representation of color #DCB269: hue angle of 38.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCB269 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 105 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.14 |
| HSL | 38.09º | 0.62% | 0.64% | - |
| HSV(B) | 38.09º | 0.52% | 0.86% | - |
| XYZ | 47.99 | 48.08 | 20.12 | - |
| YUV | 182.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 105 | 0 | 0.19 | 0.52 | 0.14 | 38.09 | 0.62 | 0.64 |
| Hex | DC | B2 | 69 | 0 | 13 | 34 | E | 26 | 3E | 40 |
| Octal | 334 | 262 | 151 | 0 | 23 | 64 | 16 | 46 | 76 | 100 |
| Binary | 11011100 | 10110010 | 1101001 | 0 | 10011 | 110100 | 1110 | 100110 | 111110 | 1000000 |
Color Harmonies of #DCB269
Complementary color
Monochromatic Colors of #DCB269
Black with #DCB269
Text Example
Text Example
White with #DCB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB269; }
p { color: rgb(220,178,105); }
H1.HeaderClassName
{
color: #DCB269;
}
.AnyTagClassName
{
color: #DCB269;
}
</style>
background-color css
<style>
a { background-color: #DCB269; }
a { background-color: rgb(220,178,105); }
div.DivClassName
{
background-color: #DCB269;
}
.BgClassName
{
background-color: #DCB269;
}
</style>
border-color css
<style>
span { border-color: #DCB269; }
span { border-color: rgb(220,178,105); }
td.TdClassName
{
border-color: #DCB269;
}
.TagClassName
{
border-color: #DCB269;
}
</style>