Shades of Equator #DCB36D
Tints of Equator #DCB36D
RGB
CMYK
RGB Variations
Color information
#DCB36D (or 0xDCB36D) is known color: Equator. HEX triplet: DC, B3 and 6D. RGB value is (220,179,109). Sum of RGB (Red+Green+Blue) = 220+179+109=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB36D is #234C92. Grayscale: #B7B7B7. Windows color (decimal): -2313363 or 7189468. OLE color: 7189468.
HSL color Cylindrical-coordinate representation of color #DCB36D: hue angle of 37.84º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB36D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 109 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.14 |
| HSL | 37.84º | 0.61% | 0.65% | - |
| HSV(B) | 37.84º | 0.5% | 0.86% | - |
| XYZ | 48.4 | 48.56 | 21.29 | - |
| YUV | 183.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 109 | 0 | 0.19 | 0.50 | 0.14 | 37.84 | 0.61 | 0.65 |
| Hex | DC | B3 | 6D | 0 | 13 | 32 | E | 26 | 3D | 41 |
| Octal | 334 | 263 | 155 | 0 | 23 | 62 | 16 | 46 | 75 | 101 |
| Binary | 11011100 | 10110011 | 1101101 | 0 | 10011 | 110010 | 1110 | 100110 | 111101 | 1000001 |
Color Harmonies of #DCB36D
Complementary color
Monochromatic Colors of #DCB36D
Black with #DCB36D
Text Example
Text Example
White with #DCB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB36D; }
p { color: rgb(220,179,109); }
H1.HeaderClassName
{
color: #DCB36D;
}
.AnyTagClassName
{
color: #DCB36D;
}
</style>
background-color css
<style>
a { background-color: #DCB36D; }
a { background-color: rgb(220,179,109); }
div.DivClassName
{
background-color: #DCB36D;
}
.BgClassName
{
background-color: #DCB36D;
}
</style>
border-color css
<style>
span { border-color: #DCB36D; }
span { border-color: rgb(220,179,109); }
td.TdClassName
{
border-color: #DCB36D;
}
.TagClassName
{
border-color: #DCB36D;
}
</style>