Shades of Equator #DCB465
Tints of Equator #DCB465
RGB
CMYK
RGB Variations
Color information
#DCB465 (or 0xDCB465) is known color: Equator. HEX triplet: DC, B4 and 65. RGB value is (220,180,101). Sum of RGB (Red+Green+Blue) = 220+180+101=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB465 is #234B9A. Grayscale: #B7B7B7. Windows color (decimal): -2313115 or 6665436. OLE color: 6665436.
HSL color Cylindrical-coordinate representation of color #DCB465: hue angle of 39.83º 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 #DCB465 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 101 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.14 |
| HSL | 39.83º | 0.63% | 0.63% | - |
| HSV(B) | 39.83º | 0.54% | 0.86% | - |
| XYZ | 48.19 | 48.8 | 19.19 | - |
| YUV | 182.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 101 | 0 | 0.18 | 0.54 | 0.14 | 39.83 | 0.63 | 0.63 |
| Hex | DC | B4 | 65 | 0 | 12 | 36 | E | 28 | 3F | 3F |
| Octal | 334 | 264 | 145 | 0 | 22 | 66 | 16 | 50 | 77 | 77 |
| Binary | 11011100 | 10110100 | 1100101 | 0 | 10010 | 110110 | 1110 | 101000 | 111111 | 111111 |
Color Harmonies of #DCB465
Complementary color
Monochromatic Colors of #DCB465
Black with #DCB465
Text Example
Text Example
White with #DCB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB465; }
p { color: rgb(220,180,101); }
H1.HeaderClassName
{
color: #DCB465;
}
.AnyTagClassName
{
color: #DCB465;
}
</style>
background-color css
<style>
a { background-color: #DCB465; }
a { background-color: rgb(220,180,101); }
div.DivClassName
{
background-color: #DCB465;
}
.BgClassName
{
background-color: #DCB465;
}
</style>
border-color css
<style>
span { border-color: #DCB465; }
span { border-color: rgb(220,180,101); }
td.TdClassName
{
border-color: #DCB465;
}
.TagClassName
{
border-color: #DCB465;
}
</style>