Shades of Equator #DCB665
Tints of Equator #DCB665
RGB
CMYK
RGB Variations
Color information
#DCB665 (or 0xDCB665) is known color: Equator. HEX triplet: DC, B6 and 65. RGB value is (220,182,101). Sum of RGB (Red+Green+Blue) = 220+182+101=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB665 is #23499A. Grayscale: #B8B8B8. Windows color (decimal): -2312603 or 6665948. OLE color: 6665948.
HSL color Cylindrical-coordinate representation of color #DCB665: hue angle of 40.84º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCB665 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 101 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.14 |
| HSL | 40.84º | 0.63% | 0.63% | - |
| HSV(B) | 40.84º | 0.54% | 0.86% | - |
| XYZ | 48.59 | 49.61 | 19.33 | - |
| YUV | 184.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 101 | 0 | 0.17 | 0.54 | 0.14 | 40.84 | 0.63 | 0.63 |
| Hex | DC | B6 | 65 | 0 | 11 | 36 | E | 29 | 3F | 3F |
| Octal | 334 | 266 | 145 | 0 | 21 | 66 | 16 | 51 | 77 | 77 |
| Binary | 11011100 | 10110110 | 1100101 | 0 | 10001 | 110110 | 1110 | 101001 | 111111 | 111111 |
Color Harmonies of #DCB665
Complementary color
Monochromatic Colors of #DCB665
Black with #DCB665
Text Example
Text Example
White with #DCB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB665; }
p { color: rgb(220,182,101); }
H1.HeaderClassName
{
color: #DCB665;
}
.AnyTagClassName
{
color: #DCB665;
}
</style>
background-color css
<style>
a { background-color: #DCB665; }
a { background-color: rgb(220,182,101); }
div.DivClassName
{
background-color: #DCB665;
}
.BgClassName
{
background-color: #DCB665;
}
</style>
border-color css
<style>
span { border-color: #DCB665; }
span { border-color: rgb(220,182,101); }
td.TdClassName
{
border-color: #DCB665;
}
.TagClassName
{
border-color: #DCB665;
}
</style>