Shades of Equator #DCB45D
Tints of Equator #DCB45D
RGB
CMYK
RGB Variations
Color information
#DCB45D (or 0xDCB45D) is known color: Equator. HEX triplet: DC, B4 and 5D. RGB value is (220,180,93). Sum of RGB (Red+Green+Blue) = 220+180+93=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB45D is #234BA2. Grayscale: #B6B6B6. Windows color (decimal): -2313123 or 6141148. OLE color: 6141148.
HSL color Cylindrical-coordinate representation of color #DCB45D: hue angle of 41.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCB45D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 93 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.14 |
| HSL | 41.1º | 0.64% | 0.61% | - |
| HSV(B) | 41.1º | 0.58% | 0.86% | - |
| XYZ | 47.81 | 48.65 | 17.23 | - |
| YUV | 182.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 93 | 0 | 0.18 | 0.58 | 0.14 | 41.1 | 0.64 | 0.61 |
| Hex | DC | B4 | 5D | 0 | 12 | 3A | E | 29 | 40 | 3D |
| Octal | 334 | 264 | 135 | 0 | 22 | 72 | 16 | 51 | 100 | 75 |
| Binary | 11011100 | 10110100 | 1011101 | 0 | 10010 | 111010 | 1110 | 101001 | 1000000 | 111101 |
Color Harmonies of #DCB45D
Complementary color
Monochromatic Colors of #DCB45D
Black with #DCB45D
Text Example
Text Example
White with #DCB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB45D; }
p { color: rgb(220,180,93); }
H1.HeaderClassName
{
color: #DCB45D;
}
.AnyTagClassName
{
color: #DCB45D;
}
</style>
background-color css
<style>
a { background-color: #DCB45D; }
a { background-color: rgb(220,180,93); }
div.DivClassName
{
background-color: #DCB45D;
}
.BgClassName
{
background-color: #DCB45D;
}
</style>
border-color css
<style>
span { border-color: #DCB45D; }
span { border-color: rgb(220,180,93); }
td.TdClassName
{
border-color: #DCB45D;
}
.TagClassName
{
border-color: #DCB45D;
}
</style>