Shades of Equator #DCB15B
Tints of Equator #DCB15B
RGB
CMYK
RGB Variations
Color information
#DCB15B (or 0xDCB15B) is known color: Equator. HEX triplet: DC, B1 and 5B. RGB value is (220,177,91). Sum of RGB (Red+Green+Blue) = 220+177+91=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15B is #234EA4. Grayscale: #B4B4B4. Windows color (decimal): -2313893 or 6009308. OLE color: 6009308.
HSL color Cylindrical-coordinate representation of color #DCB15B: hue angle of 40º 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 #DCB15B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 91 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.14 |
| HSL | 40º | 0.65% | 0.61% | - |
| HSV(B) | 40º | 0.59% | 0.86% | - |
| XYZ | 47.13 | 47.42 | 16.57 | - |
| YUV | 180.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 91 | 0 | 0.20 | 0.59 | 0.14 | 40 | 0.65 | 0.61 |
| Hex | DC | B1 | 5B | 0 | 14 | 3B | E | 28 | 41 | 3D |
| Octal | 334 | 261 | 133 | 0 | 24 | 73 | 16 | 50 | 101 | 75 |
| Binary | 11011100 | 10110001 | 1011011 | 0 | 10100 | 111011 | 1110 | 101000 | 1000001 | 111101 |
Color Harmonies of #DCB15B
Complementary color
Monochromatic Colors of #DCB15B
Black with #DCB15B
Text Example
Text Example
White with #DCB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB15B; }
p { color: rgb(220,177,91); }
H1.HeaderClassName
{
color: #DCB15B;
}
.AnyTagClassName
{
color: #DCB15B;
}
</style>
background-color css
<style>
a { background-color: #DCB15B; }
a { background-color: rgb(220,177,91); }
div.DivClassName
{
background-color: #DCB15B;
}
.BgClassName
{
background-color: #DCB15B;
}
</style>
border-color css
<style>
span { border-color: #DCB15B; }
span { border-color: rgb(220,177,91); }
td.TdClassName
{
border-color: #DCB15B;
}
.TagClassName
{
border-color: #DCB15B;
}
</style>