Shades of Equator #DCB769
Tints of Equator #DCB769
RGB
CMYK
RGB Variations
Color information
#DCB769 (or 0xDCB769) is known color: Equator. HEX triplet: DC, B7 and 69. RGB value is (220,183,105). Sum of RGB (Red+Green+Blue) = 220+183+105=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB769 is #234896. Grayscale: #B9B9B9. Windows color (decimal): -2312343 or 6928348. OLE color: 6928348.
HSL color Cylindrical-coordinate representation of color #DCB769: hue angle of 40.7º 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 #DCB769 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 105 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.14 |
| HSL | 40.7º | 0.62% | 0.64% | - |
| HSV(B) | 40.7º | 0.52% | 0.86% | - |
| XYZ | 49 | 50.1 | 20.45 | - |
| YUV | 185.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 105 | 0 | 0.17 | 0.52 | 0.14 | 40.7 | 0.62 | 0.64 |
| Hex | DC | B7 | 69 | 0 | 11 | 34 | E | 29 | 3E | 40 |
| Octal | 334 | 267 | 151 | 0 | 21 | 64 | 16 | 51 | 76 | 100 |
| Binary | 11011100 | 10110111 | 1101001 | 0 | 10001 | 110100 | 1110 | 101001 | 111110 | 1000000 |
Color Harmonies of #DCB769
Complementary color
Monochromatic Colors of #DCB769
Black with #DCB769
Text Example
Text Example
White with #DCB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB769; }
p { color: rgb(220,183,105); }
H1.HeaderClassName
{
color: #DCB769;
}
.AnyTagClassName
{
color: #DCB769;
}
</style>
background-color css
<style>
a { background-color: #DCB769; }
a { background-color: rgb(220,183,105); }
div.DivClassName
{
background-color: #DCB769;
}
.BgClassName
{
background-color: #DCB769;
}
</style>
border-color css
<style>
span { border-color: #DCB769; }
span { border-color: rgb(220,183,105); }
td.TdClassName
{
border-color: #DCB769;
}
.TagClassName
{
border-color: #DCB769;
}
</style>