Shades of Equator #DCB45A
Tints of Equator #DCB45A
RGB
CMYK
RGB Variations
Color information
#DCB45A (or 0xDCB45A) is known color: Equator. HEX triplet: DC, B4 and 5A. RGB value is (220,180,90). Sum of RGB (Red+Green+Blue) = 220+180+90=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB45A is #234BA5. Grayscale: #B6B6B6. Windows color (decimal): -2313126 or 5944540. OLE color: 5944540.
HSL color Cylindrical-coordinate representation of color #DCB45A: hue angle of 41.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCB45A is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 90 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.14 |
| HSL | 41.54º | 0.65% | 0.61% | - |
| HSV(B) | 41.54º | 0.59% | 0.86% | - |
| XYZ | 47.68 | 48.6 | 16.54 | - |
| YUV | 181.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 90 | 0 | 0.18 | 0.59 | 0.14 | 41.54 | 0.65 | 0.61 |
| Hex | DC | B4 | 5A | 0 | 12 | 3B | E | 2A | 41 | 3D |
| Octal | 334 | 264 | 132 | 0 | 22 | 73 | 16 | 52 | 101 | 75 |
| Binary | 11011100 | 10110100 | 1011010 | 0 | 10010 | 111011 | 1110 | 101010 | 1000001 | 111101 |
Color Harmonies of #DCB45A
Complementary color
Monochromatic Colors of #DCB45A
Black with #DCB45A
Text Example
Text Example
White with #DCB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB45A; }
p { color: rgb(220,180,90); }
H1.HeaderClassName
{
color: #DCB45A;
}
.AnyTagClassName
{
color: #DCB45A;
}
</style>
background-color css
<style>
a { background-color: #DCB45A; }
a { background-color: rgb(220,180,90); }
div.DivClassName
{
background-color: #DCB45A;
}
.BgClassName
{
background-color: #DCB45A;
}
</style>
border-color css
<style>
span { border-color: #DCB45A; }
span { border-color: rgb(220,180,90); }
td.TdClassName
{
border-color: #DCB45A;
}
.TagClassName
{
border-color: #DCB45A;
}
</style>