Shades of Equator #DCB26A
Tints of Equator #DCB26A
RGB
CMYK
RGB Variations
Color information
#DCB26A (or 0xDCB26A) is known color: Equator. HEX triplet: DC, B2 and 6A. RGB value is (220,178,106). Sum of RGB (Red+Green+Blue) = 220+178+106=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB26A is #234D95. Grayscale: #B6B6B6. Windows color (decimal): -2313622 or 6992604. OLE color: 6992604.
HSL color Cylindrical-coordinate representation of color #DCB26A: hue angle of 37.89º 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 #DCB26A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 106 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.14 |
| HSL | 37.89º | 0.62% | 0.64% | - |
| HSV(B) | 37.89º | 0.52% | 0.86% | - |
| XYZ | 48.04 | 48.1 | 20.39 | - |
| YUV | 182.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 106 | 0 | 0.19 | 0.52 | 0.14 | 37.89 | 0.62 | 0.64 |
| Hex | DC | B2 | 6A | 0 | 13 | 34 | E | 26 | 3E | 40 |
| Octal | 334 | 262 | 152 | 0 | 23 | 64 | 16 | 46 | 76 | 100 |
| Binary | 11011100 | 10110010 | 1101010 | 0 | 10011 | 110100 | 1110 | 100110 | 111110 | 1000000 |
Color Harmonies of #DCB26A
Complementary color
Monochromatic Colors of #DCB26A
Black with #DCB26A
Text Example
Text Example
White with #DCB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB26A; }
p { color: rgb(220,178,106); }
H1.HeaderClassName
{
color: #DCB26A;
}
.AnyTagClassName
{
color: #DCB26A;
}
</style>
background-color css
<style>
a { background-color: #DCB26A; }
a { background-color: rgb(220,178,106); }
div.DivClassName
{
background-color: #DCB26A;
}
.BgClassName
{
background-color: #DCB26A;
}
</style>
border-color css
<style>
span { border-color: #DCB26A; }
span { border-color: rgb(220,178,106); }
td.TdClassName
{
border-color: #DCB26A;
}
.TagClassName
{
border-color: #DCB26A;
}
</style>