Shades of Equator #DCB969
Tints of Equator #DCB969
RGB
CMYK
RGB Variations
Color information
#DCB969 (or 0xDCB969) is known color: Equator. HEX triplet: DC, B9 and 69. RGB value is (220,185,105). Sum of RGB (Red+Green+Blue) = 220+185+105=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB969 is #234696. Grayscale: #BABABA. Windows color (decimal): -2311831 or 6928860. OLE color: 6928860.
HSL color Cylindrical-coordinate representation of color #DCB969: hue angle of 41.74º 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 #DCB969 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 105 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 41.74º | 0.62% | 0.64% | - |
| HSV(B) | 41.74º | 0.52% | 0.86% | - |
| XYZ | 49.41 | 50.93 | 20.59 | - |
| YUV | 186.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 105 | 0 | 0.16 | 0.52 | 0.14 | 41.74 | 0.62 | 0.64 |
| Hex | DC | B9 | 69 | 0 | 10 | 34 | E | 2A | 3E | 40 |
| Octal | 334 | 271 | 151 | 0 | 20 | 64 | 16 | 52 | 76 | 100 |
| Binary | 11011100 | 10111001 | 1101001 | 0 | 10000 | 110100 | 1110 | 101010 | 111110 | 1000000 |
Color Harmonies of #DCB969
Complementary color
Monochromatic Colors of #DCB969
Black with #DCB969
Text Example
Text Example
White with #DCB969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB969; }
p { color: rgb(220,185,105); }
H1.HeaderClassName
{
color: #DCB969;
}
.AnyTagClassName
{
color: #DCB969;
}
</style>
background-color css
<style>
a { background-color: #DCB969; }
a { background-color: rgb(220,185,105); }
div.DivClassName
{
background-color: #DCB969;
}
.BgClassName
{
background-color: #DCB969;
}
</style>
border-color css
<style>
span { border-color: #DCB969; }
span { border-color: rgb(220,185,105); }
td.TdClassName
{
border-color: #DCB969;
}
.TagClassName
{
border-color: #DCB969;
}
</style>