Shades of Equator #DCB169
Tints of Equator #DCB169
RGB
CMYK
RGB Variations
Color information
#DCB169 (or 0xDCB169) is known color: Equator. HEX triplet: DC, B1 and 69. RGB value is (220,177,105). Sum of RGB (Red+Green+Blue) = 220+177+105=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB169 is #234E96. Grayscale: #B5B5B5. Windows color (decimal): -2313879 or 6926812. OLE color: 6926812.
HSL color Cylindrical-coordinate representation of color #DCB169: hue angle of 37.57º 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 #DCB169 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 105 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.14 |
| HSL | 37.57º | 0.62% | 0.64% | - |
| HSV(B) | 37.57º | 0.52% | 0.86% | - |
| XYZ | 47.79 | 47.68 | 20.05 | - |
| YUV | 181.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 105 | 0 | 0.20 | 0.52 | 0.14 | 37.57 | 0.62 | 0.64 |
| Hex | DC | B1 | 69 | 0 | 14 | 34 | E | 26 | 3E | 40 |
| Octal | 334 | 261 | 151 | 0 | 24 | 64 | 16 | 46 | 76 | 100 |
| Binary | 11011100 | 10110001 | 1101001 | 0 | 10100 | 110100 | 1110 | 100110 | 111110 | 1000000 |
Color Harmonies of #DCB169
Complementary color
Monochromatic Colors of #DCB169
Black with #DCB169
Text Example
Text Example
White with #DCB169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB169; }
p { color: rgb(220,177,105); }
H1.HeaderClassName
{
color: #DCB169;
}
.AnyTagClassName
{
color: #DCB169;
}
</style>
background-color css
<style>
a { background-color: #DCB169; }
a { background-color: rgb(220,177,105); }
div.DivClassName
{
background-color: #DCB169;
}
.BgClassName
{
background-color: #DCB169;
}
</style>
border-color css
<style>
span { border-color: #DCB169; }
span { border-color: rgb(220,177,105); }
td.TdClassName
{
border-color: #DCB169;
}
.TagClassName
{
border-color: #DCB169;
}
</style>