Shades of Equator #DCB669
Tints of Equator #DCB669
RGB
CMYK
RGB Variations
Color information
#DCB669 (or 0xDCB669) is known color: Equator. HEX triplet: DC, B6 and 69. RGB value is (220,182,105). Sum of RGB (Red+Green+Blue) = 220+182+105=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB669 is #234996. Grayscale: #B8B8B8. Windows color (decimal): -2312599 or 6928092. OLE color: 6928092.
HSL color Cylindrical-coordinate representation of color #DCB669: hue angle of 40.17º 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 #DCB669 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 105 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.14 |
| HSL | 40.17º | 0.62% | 0.64% | - |
| HSV(B) | 40.17º | 0.52% | 0.86% | - |
| XYZ | 48.79 | 49.69 | 20.38 | - |
| YUV | 184.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 105 | 0 | 0.17 | 0.52 | 0.14 | 40.17 | 0.62 | 0.64 |
| Hex | DC | B6 | 69 | 0 | 11 | 34 | E | 28 | 3E | 40 |
| Octal | 334 | 266 | 151 | 0 | 21 | 64 | 16 | 50 | 76 | 100 |
| Binary | 11011100 | 10110110 | 1101001 | 0 | 10001 | 110100 | 1110 | 101000 | 111110 | 1000000 |
Color Harmonies of #DCB669
Complementary color
Monochromatic Colors of #DCB669
Black with #DCB669
Text Example
Text Example
White with #DCB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB669; }
p { color: rgb(220,182,105); }
H1.HeaderClassName
{
color: #DCB669;
}
.AnyTagClassName
{
color: #DCB669;
}
</style>
background-color css
<style>
a { background-color: #DCB669; }
a { background-color: rgb(220,182,105); }
div.DivClassName
{
background-color: #DCB669;
}
.BgClassName
{
background-color: #DCB669;
}
</style>
border-color css
<style>
span { border-color: #DCB669; }
span { border-color: rgb(220,182,105); }
td.TdClassName
{
border-color: #DCB669;
}
.TagClassName
{
border-color: #DCB669;
}
</style>