Shades of Equator #DCB45F
Tints of Equator #DCB45F
RGB
CMYK
RGB Variations
Color information
#DCB45F (or 0xDCB45F) is known color: Equator. HEX triplet: DC, B4 and 5F. RGB value is (220,180,95). Sum of RGB (Red+Green+Blue) = 220+180+95=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB45F is #234BA0. Grayscale: #B6B6B6. Windows color (decimal): -2313121 or 6272220. OLE color: 6272220.
HSL color Cylindrical-coordinate representation of color #DCB45F: hue angle of 40.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCB45F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 95 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.14 |
| HSL | 40.8º | 0.64% | 0.62% | - |
| HSV(B) | 40.8º | 0.57% | 0.86% | - |
| XYZ | 47.9 | 48.68 | 17.7 | - |
| YUV | 182.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 95 | 0 | 0.18 | 0.57 | 0.14 | 40.8 | 0.64 | 0.62 |
| Hex | DC | B4 | 5F | 0 | 12 | 39 | E | 29 | 40 | 3E |
| Octal | 334 | 264 | 137 | 0 | 22 | 71 | 16 | 51 | 100 | 76 |
| Binary | 11011100 | 10110100 | 1011111 | 0 | 10010 | 111001 | 1110 | 101001 | 1000000 | 111110 |
Color Harmonies of #DCB45F
Complementary color
Monochromatic Colors of #DCB45F
Black with #DCB45F
Text Example
Text Example
White with #DCB45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB45F; }
p { color: rgb(220,180,95); }
H1.HeaderClassName
{
color: #DCB45F;
}
.AnyTagClassName
{
color: #DCB45F;
}
</style>
background-color css
<style>
a { background-color: #DCB45F; }
a { background-color: rgb(220,180,95); }
div.DivClassName
{
background-color: #DCB45F;
}
.BgClassName
{
background-color: #DCB45F;
}
</style>
border-color css
<style>
span { border-color: #DCB45F; }
span { border-color: rgb(220,180,95); }
td.TdClassName
{
border-color: #DCB45F;
}
.TagClassName
{
border-color: #DCB45F;
}
</style>