Shades of Equator #DCB768
Tints of Equator #DCB768
RGB
CMYK
RGB Variations
Color information
#DCB768 (or 0xDCB768) is known color: Equator. HEX triplet: DC, B7 and 68. RGB value is (220,183,104). Sum of RGB (Red+Green+Blue) = 220+183+104=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB768 is #234897. Grayscale: #B9B9B9. Windows color (decimal): -2312344 or 6862812. OLE color: 6862812.
HSL color Cylindrical-coordinate representation of color #DCB768: hue angle of 40.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCB768 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 104 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.14 |
| HSL | 40.86º | 0.62% | 0.64% | - |
| HSV(B) | 40.86º | 0.53% | 0.86% | - |
| XYZ | 48.95 | 50.08 | 20.18 | - |
| YUV | 185.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 104 | 0 | 0.17 | 0.53 | 0.14 | 40.86 | 0.62 | 0.64 |
| Hex | DC | B7 | 68 | 0 | 11 | 35 | E | 29 | 3E | 40 |
| Octal | 334 | 267 | 150 | 0 | 21 | 65 | 16 | 51 | 76 | 100 |
| Binary | 11011100 | 10110111 | 1101000 | 0 | 10001 | 110101 | 1110 | 101001 | 111110 | 1000000 |
Color Harmonies of #DCB768
Complementary color
Monochromatic Colors of #DCB768
Black with #DCB768
Text Example
Text Example
White with #DCB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB768; }
p { color: rgb(220,183,104); }
H1.HeaderClassName
{
color: #DCB768;
}
.AnyTagClassName
{
color: #DCB768;
}
</style>
background-color css
<style>
a { background-color: #DCB768; }
a { background-color: rgb(220,183,104); }
div.DivClassName
{
background-color: #DCB768;
}
.BgClassName
{
background-color: #DCB768;
}
</style>
border-color css
<style>
span { border-color: #DCB768; }
span { border-color: rgb(220,183,104); }
td.TdClassName
{
border-color: #DCB768;
}
.TagClassName
{
border-color: #DCB768;
}
</style>