Shades of Equator #DEB25B
Tints of Equator #DEB25B
RGB
CMYK
RGB Variations
Color information
#DEB25B (or 0xDEB25B) is known color: Equator. HEX triplet: DE, B2 and 5B. RGB value is (222,178,91). Sum of RGB (Red+Green+Blue) = 222+178+91=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB25B is #214DA4. Grayscale: #B5B5B5. Windows color (decimal): -2182565 or 6009566. OLE color: 6009566.
HSL color Cylindrical-coordinate representation of color #DEB25B: hue angle of 39.85º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEB25B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 91 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.13 |
| HSL | 39.85º | 0.66% | 0.61% | - |
| HSV(B) | 39.85º | 0.59% | 0.87% | - |
| XYZ | 47.93 | 48.13 | 16.66 | - |
| YUV | 181.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 91 | 0 | 0.20 | 0.59 | 0.13 | 39.85 | 0.66 | 0.61 |
| Hex | DE | B2 | 5B | 0 | 14 | 3B | D | 28 | 42 | 3D |
| Octal | 336 | 262 | 133 | 0 | 24 | 73 | 15 | 50 | 102 | 75 |
| Binary | 11011110 | 10110010 | 1011011 | 0 | 10100 | 111011 | 1101 | 101000 | 1000010 | 111101 |
Color Harmonies of #DEB25B
Complementary color
Monochromatic Colors of #DEB25B
Black with #DEB25B
Text Example
Text Example
White with #DEB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB25B; }
p { color: rgb(222,178,91); }
H1.HeaderClassName
{
color: #DEB25B;
}
.AnyTagClassName
{
color: #DEB25B;
}
</style>
background-color css
<style>
a { background-color: #DEB25B; }
a { background-color: rgb(222,178,91); }
div.DivClassName
{
background-color: #DEB25B;
}
.BgClassName
{
background-color: #DEB25B;
}
</style>
border-color css
<style>
span { border-color: #DEB25B; }
span { border-color: rgb(222,178,91); }
td.TdClassName
{
border-color: #DEB25B;
}
.TagClassName
{
border-color: #DEB25B;
}
</style>