Shades of Equator #DCB45B
Tints of Equator #DCB45B
RGB
CMYK
RGB Variations
Color information
#DCB45B (or 0xDCB45B) is known color: Equator. HEX triplet: DC, B4 and 5B. RGB value is (220,180,91). Sum of RGB (Red+Green+Blue) = 220+180+91=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB45B is #234BA4. Grayscale: #B6B6B6. Windows color (decimal): -2313125 or 6010076. OLE color: 6010076.
HSL color Cylindrical-coordinate representation of color #DCB45B: hue angle of 41.4º 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 #DCB45B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 91 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.14 |
| HSL | 41.4º | 0.65% | 0.61% | - |
| HSV(B) | 41.4º | 0.59% | 0.86% | - |
| XYZ | 47.72 | 48.61 | 16.77 | - |
| YUV | 181.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 91 | 0 | 0.18 | 0.59 | 0.14 | 41.4 | 0.65 | 0.61 |
| Hex | DC | B4 | 5B | 0 | 12 | 3B | E | 29 | 41 | 3D |
| Octal | 334 | 264 | 133 | 0 | 22 | 73 | 16 | 51 | 101 | 75 |
| Binary | 11011100 | 10110100 | 1011011 | 0 | 10010 | 111011 | 1110 | 101001 | 1000001 | 111101 |
Color Harmonies of #DCB45B
Complementary color
Monochromatic Colors of #DCB45B
Black with #DCB45B
Text Example
Text Example
White with #DCB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB45B; }
p { color: rgb(220,180,91); }
H1.HeaderClassName
{
color: #DCB45B;
}
.AnyTagClassName
{
color: #DCB45B;
}
</style>
background-color css
<style>
a { background-color: #DCB45B; }
a { background-color: rgb(220,180,91); }
div.DivClassName
{
background-color: #DCB45B;
}
.BgClassName
{
background-color: #DCB45B;
}
</style>
border-color css
<style>
span { border-color: #DCB45B; }
span { border-color: rgb(220,180,91); }
td.TdClassName
{
border-color: #DCB45B;
}
.TagClassName
{
border-color: #DCB45B;
}
</style>