Shades of Equator #DCB569
Tints of Equator #DCB569
RGB
CMYK
RGB Variations
Color information
#DCB569 (or 0xDCB569) is known color: Equator. HEX triplet: DC, B5 and 69. RGB value is (220,181,105). Sum of RGB (Red+Green+Blue) = 220+181+105=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB569 is #234A96. Grayscale: #B8B8B8. Windows color (decimal): -2312855 or 6927836. OLE color: 6927836.
HSL color Cylindrical-coordinate representation of color #DCB569: hue angle of 39.65º 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 #DCB569 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 105 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.14 |
| HSL | 39.65º | 0.62% | 0.64% | - |
| HSV(B) | 39.65º | 0.52% | 0.86% | - |
| XYZ | 48.59 | 49.28 | 20.32 | - |
| YUV | 184 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 105 | 0 | 0.18 | 0.52 | 0.14 | 39.65 | 0.62 | 0.64 |
| Hex | DC | B5 | 69 | 0 | 12 | 34 | E | 28 | 3E | 40 |
| Octal | 334 | 265 | 151 | 0 | 22 | 64 | 16 | 50 | 76 | 100 |
| Binary | 11011100 | 10110101 | 1101001 | 0 | 10010 | 110100 | 1110 | 101000 | 111110 | 1000000 |
Color Harmonies of #DCB569
Complementary color
Monochromatic Colors of #DCB569
Black with #DCB569
Text Example
Text Example
White with #DCB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB569; }
p { color: rgb(220,181,105); }
H1.HeaderClassName
{
color: #DCB569;
}
.AnyTagClassName
{
color: #DCB569;
}
</style>
background-color css
<style>
a { background-color: #DCB569; }
a { background-color: rgb(220,181,105); }
div.DivClassName
{
background-color: #DCB569;
}
.BgClassName
{
background-color: #DCB569;
}
</style>
border-color css
<style>
span { border-color: #DCB569; }
span { border-color: rgb(220,181,105); }
td.TdClassName
{
border-color: #DCB569;
}
.TagClassName
{
border-color: #DCB569;
}
</style>