Shades of Equator #DCB36A
Tints of Equator #DCB36A
RGB
CMYK
RGB Variations
Color information
#DCB36A (or 0xDCB36A) is known color: Equator. HEX triplet: DC, B3 and 6A. RGB value is (220,179,106). Sum of RGB (Red+Green+Blue) = 220+179+106=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB36A is #234C95. Grayscale: #B7B7B7. Windows color (decimal): -2313366 or 6992860. OLE color: 6992860.
HSL color Cylindrical-coordinate representation of color #DCB36A: hue angle of 38.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCB36A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 106 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.14 |
| HSL | 38.42º | 0.62% | 0.64% | - |
| HSV(B) | 38.42º | 0.52% | 0.86% | - |
| XYZ | 48.24 | 48.5 | 20.45 | - |
| YUV | 182.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 106 | 0 | 0.19 | 0.52 | 0.14 | 38.42 | 0.62 | 0.64 |
| Hex | DC | B3 | 6A | 0 | 13 | 34 | E | 26 | 3E | 40 |
| Octal | 334 | 263 | 152 | 0 | 23 | 64 | 16 | 46 | 76 | 100 |
| Binary | 11011100 | 10110011 | 1101010 | 0 | 10011 | 110100 | 1110 | 100110 | 111110 | 1000000 |
Color Harmonies of #DCB36A
Complementary color
Monochromatic Colors of #DCB36A
Black with #DCB36A
Text Example
Text Example
White with #DCB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB36A; }
p { color: rgb(220,179,106); }
H1.HeaderClassName
{
color: #DCB36A;
}
.AnyTagClassName
{
color: #DCB36A;
}
</style>
background-color css
<style>
a { background-color: #DCB36A; }
a { background-color: rgb(220,179,106); }
div.DivClassName
{
background-color: #DCB36A;
}
.BgClassName
{
background-color: #DCB36A;
}
</style>
border-color css
<style>
span { border-color: #DCB36A; }
span { border-color: rgb(220,179,106); }
td.TdClassName
{
border-color: #DCB36A;
}
.TagClassName
{
border-color: #DCB36A;
}
</style>