Shades of Equator #DCB767
Tints of Equator #DCB767
RGB
CMYK
RGB Variations
Color information
#DCB767 (or 0xDCB767) is known color: Equator. HEX triplet: DC, B7 and 67. RGB value is (220,183,103). Sum of RGB (Red+Green+Blue) = 220+183+103=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB767 is #234898. Grayscale: #B9B9B9. Windows color (decimal): -2312345 or 6797276. OLE color: 6797276.
HSL color Cylindrical-coordinate representation of color #DCB767: hue angle of 41.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCB767 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 103 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.14 |
| HSL | 41.03º | 0.63% | 0.63% | - |
| HSV(B) | 41.03º | 0.53% | 0.86% | - |
| XYZ | 48.9 | 50.06 | 19.92 | - |
| YUV | 184.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 103 | 0 | 0.17 | 0.53 | 0.14 | 41.03 | 0.63 | 0.63 |
| Hex | DC | B7 | 67 | 0 | 11 | 35 | E | 29 | 3F | 3F |
| Octal | 334 | 267 | 147 | 0 | 21 | 65 | 16 | 51 | 77 | 77 |
| Binary | 11011100 | 10110111 | 1100111 | 0 | 10001 | 110101 | 1110 | 101001 | 111111 | 111111 |
Color Harmonies of #DCB767
Complementary color
Monochromatic Colors of #DCB767
Black with #DCB767
Text Example
Text Example
White with #DCB767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB767; }
p { color: rgb(220,183,103); }
H1.HeaderClassName
{
color: #DCB767;
}
.AnyTagClassName
{
color: #DCB767;
}
</style>
background-color css
<style>
a { background-color: #DCB767; }
a { background-color: rgb(220,183,103); }
div.DivClassName
{
background-color: #DCB767;
}
.BgClassName
{
background-color: #DCB767;
}
</style>
border-color css
<style>
span { border-color: #DCB767; }
span { border-color: rgb(220,183,103); }
td.TdClassName
{
border-color: #DCB767;
}
.TagClassName
{
border-color: #DCB767;
}
</style>