Shades of Equator #DCB76B
Tints of Equator #DCB76B
RGB
CMYK
RGB Variations
Color information
#DCB76B (or 0xDCB76B) is known color: Equator. HEX triplet: DC, B7 and 6B. RGB value is (220,183,107). Sum of RGB (Red+Green+Blue) = 220+183+107=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB76B is #234894. Grayscale: #B9B9B9. Windows color (decimal): -2312341 or 7059420. OLE color: 7059420.
HSL color Cylindrical-coordinate representation of color #DCB76B: hue angle of 40.35º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCB76B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 107 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.14 |
| HSL | 40.35º | 0.62% | 0.64% | - |
| HSV(B) | 40.35º | 0.51% | 0.86% | - |
| XYZ | 49.1 | 50.14 | 21 | - |
| YUV | 185.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 107 | 0 | 0.17 | 0.51 | 0.14 | 40.35 | 0.62 | 0.64 |
| Hex | DC | B7 | 6B | 0 | 11 | 33 | E | 28 | 3E | 40 |
| Octal | 334 | 267 | 153 | 0 | 21 | 63 | 16 | 50 | 76 | 100 |
| Binary | 11011100 | 10110111 | 1101011 | 0 | 10001 | 110011 | 1110 | 101000 | 111110 | 1000000 |
Color Harmonies of #DCB76B
Complementary color
Monochromatic Colors of #DCB76B
Black with #DCB76B
Text Example
Text Example
White with #DCB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB76B; }
p { color: rgb(220,183,107); }
H1.HeaderClassName
{
color: #DCB76B;
}
.AnyTagClassName
{
color: #DCB76B;
}
</style>
background-color css
<style>
a { background-color: #DCB76B; }
a { background-color: rgb(220,183,107); }
div.DivClassName
{
background-color: #DCB76B;
}
.BgClassName
{
background-color: #DCB76B;
}
</style>
border-color css
<style>
span { border-color: #DCB76B; }
span { border-color: rgb(220,183,107); }
td.TdClassName
{
border-color: #DCB76B;
}
.TagClassName
{
border-color: #DCB76B;
}
</style>