Shades of Equator #DCB36C
Tints of Equator #DCB36C
RGB
CMYK
RGB Variations
Color information
#DCB36C (or 0xDCB36C) is known color: Equator. HEX triplet: DC, B3 and 6C. RGB value is (220,179,108). Sum of RGB (Red+Green+Blue) = 220+179+108=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB36C is #234C93. Grayscale: #B7B7B7. Windows color (decimal): -2313364 or 7123932. OLE color: 7123932.
HSL color Cylindrical-coordinate representation of color #DCB36C: hue angle of 38.04º 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 #DCB36C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 108 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.14 |
| HSL | 38.04º | 0.62% | 0.64% | - |
| HSV(B) | 38.04º | 0.51% | 0.86% | - |
| XYZ | 48.34 | 48.54 | 21.01 | - |
| YUV | 183.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 108 | 0 | 0.19 | 0.51 | 0.14 | 38.04 | 0.62 | 0.64 |
| Hex | DC | B3 | 6C | 0 | 13 | 33 | E | 26 | 3E | 40 |
| Octal | 334 | 263 | 154 | 0 | 23 | 63 | 16 | 46 | 76 | 100 |
| Binary | 11011100 | 10110011 | 1101100 | 0 | 10011 | 110011 | 1110 | 100110 | 111110 | 1000000 |
Color Harmonies of #DCB36C
Complementary color
Monochromatic Colors of #DCB36C
Black with #DCB36C
Text Example
Text Example
White with #DCB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB36C; }
p { color: rgb(220,179,108); }
H1.HeaderClassName
{
color: #DCB36C;
}
.AnyTagClassName
{
color: #DCB36C;
}
</style>
background-color css
<style>
a { background-color: #DCB36C; }
a { background-color: rgb(220,179,108); }
div.DivClassName
{
background-color: #DCB36C;
}
.BgClassName
{
background-color: #DCB36C;
}
</style>
border-color css
<style>
span { border-color: #DCB36C; }
span { border-color: rgb(220,179,108); }
td.TdClassName
{
border-color: #DCB36C;
}
.TagClassName
{
border-color: #DCB36C;
}
</style>