Shades of Equator #DCB365
Tints of Equator #DCB365
RGB
CMYK
RGB Variations
Color information
#DCB365 (or 0xDCB365) is known color: Equator. HEX triplet: DC, B3 and 65. RGB value is (220,179,101). Sum of RGB (Red+Green+Blue) = 220+179+101=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB365 is #234C9A. Grayscale: #B6B6B6. Windows color (decimal): -2313371 or 6665180. OLE color: 6665180.
HSL color Cylindrical-coordinate representation of color #DCB365: hue angle of 39.33º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCB365 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 101 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.14 |
| HSL | 39.33º | 0.63% | 0.63% | - |
| HSV(B) | 39.33º | 0.54% | 0.86% | - |
| XYZ | 47.98 | 48.4 | 19.12 | - |
| YUV | 182.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 101 | 0 | 0.19 | 0.54 | 0.14 | 39.33 | 0.63 | 0.63 |
| Hex | DC | B3 | 65 | 0 | 13 | 36 | E | 27 | 3F | 3F |
| Octal | 334 | 263 | 145 | 0 | 23 | 66 | 16 | 47 | 77 | 77 |
| Binary | 11011100 | 10110011 | 1100101 | 0 | 10011 | 110110 | 1110 | 100111 | 111111 | 111111 |
Color Harmonies of #DCB365
Complementary color
Monochromatic Colors of #DCB365
Black with #DCB365
Text Example
Text Example
White with #DCB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB365; }
p { color: rgb(220,179,101); }
H1.HeaderClassName
{
color: #DCB365;
}
.AnyTagClassName
{
color: #DCB365;
}
</style>
background-color css
<style>
a { background-color: #DCB365; }
a { background-color: rgb(220,179,101); }
div.DivClassName
{
background-color: #DCB365;
}
.BgClassName
{
background-color: #DCB365;
}
</style>
border-color css
<style>
span { border-color: #DCB365; }
span { border-color: rgb(220,179,101); }
td.TdClassName
{
border-color: #DCB365;
}
.TagClassName
{
border-color: #DCB365;
}
</style>