Shades of Equator #DCB56B
Tints of Equator #DCB56B
RGB
CMYK
RGB Variations
Color information
#DCB56B (or 0xDCB56B) is known color: Equator. HEX triplet: DC, B5 and 6B. RGB value is (220,181,107). Sum of RGB (Red+Green+Blue) = 220+181+107=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB56B is #234A94. Grayscale: #B8B8B8. Windows color (decimal): -2312853 or 7058908. OLE color: 7058908.
HSL color Cylindrical-coordinate representation of color #DCB56B: hue angle of 39.29º 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 #DCB56B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 107 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.14 |
| HSL | 39.29º | 0.62% | 0.64% | - |
| HSV(B) | 39.29º | 0.51% | 0.86% | - |
| XYZ | 48.69 | 49.32 | 20.86 | - |
| YUV | 184.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 107 | 0 | 0.18 | 0.51 | 0.14 | 39.29 | 0.62 | 0.64 |
| Hex | DC | B5 | 6B | 0 | 12 | 33 | E | 27 | 3E | 40 |
| Octal | 334 | 265 | 153 | 0 | 22 | 63 | 16 | 47 | 76 | 100 |
| Binary | 11011100 | 10110101 | 1101011 | 0 | 10010 | 110011 | 1110 | 100111 | 111110 | 1000000 |
Color Harmonies of #DCB56B
Complementary color
Monochromatic Colors of #DCB56B
Black with #DCB56B
Text Example
Text Example
White with #DCB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB56B; }
p { color: rgb(220,181,107); }
H1.HeaderClassName
{
color: #DCB56B;
}
.AnyTagClassName
{
color: #DCB56B;
}
</style>
background-color css
<style>
a { background-color: #DCB56B; }
a { background-color: rgb(220,181,107); }
div.DivClassName
{
background-color: #DCB56B;
}
.BgClassName
{
background-color: #DCB56B;
}
</style>
border-color css
<style>
span { border-color: #DCB56B; }
span { border-color: rgb(220,181,107); }
td.TdClassName
{
border-color: #DCB56B;
}
.TagClassName
{
border-color: #DCB56B;
}
</style>