Shades of Equator #DCB362
Tints of Equator #DCB362
RGB
CMYK
RGB Variations
Color information
#DCB362 (or 0xDCB362) is known color: Equator. HEX triplet: DC, B3 and 62. RGB value is (220,179,98). Sum of RGB (Red+Green+Blue) = 220+179+98=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB362 is #234C9D. Grayscale: #B6B6B6. Windows color (decimal): -2313374 or 6468572. OLE color: 6468572.
HSL color Cylindrical-coordinate representation of color #DCB362: hue angle of 39.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB362 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 98 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.14 |
| HSL | 39.84º | 0.64% | 0.62% | - |
| HSV(B) | 39.84º | 0.55% | 0.86% | - |
| XYZ | 47.84 | 48.34 | 18.36 | - |
| YUV | 182.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 98 | 0 | 0.19 | 0.55 | 0.14 | 39.84 | 0.64 | 0.62 |
| Hex | DC | B3 | 62 | 0 | 13 | 37 | E | 28 | 40 | 3E |
| Octal | 334 | 263 | 142 | 0 | 23 | 67 | 16 | 50 | 100 | 76 |
| Binary | 11011100 | 10110011 | 1100010 | 0 | 10011 | 110111 | 1110 | 101000 | 1000000 | 111110 |
Color Harmonies of #DCB362
Complementary color
Monochromatic Colors of #DCB362
Black with #DCB362
Text Example
Text Example
White with #DCB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB362; }
p { color: rgb(220,179,98); }
H1.HeaderClassName
{
color: #DCB362;
}
.AnyTagClassName
{
color: #DCB362;
}
</style>
background-color css
<style>
a { background-color: #DCB362; }
a { background-color: rgb(220,179,98); }
div.DivClassName
{
background-color: #DCB362;
}
.BgClassName
{
background-color: #DCB362;
}
</style>
border-color css
<style>
span { border-color: #DCB362; }
span { border-color: rgb(220,179,98); }
td.TdClassName
{
border-color: #DCB362;
}
.TagClassName
{
border-color: #DCB362;
}
</style>