Shades of Equator #DBB75C
Tints of Equator #DBB75C
RGB
CMYK
RGB Variations
Color information
#DBB75C (or 0xDBB75C) is known color: Equator. HEX triplet: DB, B7 and 5C. RGB value is (219,183,92). Sum of RGB (Red+Green+Blue) = 219+183+92=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB75C is #2448A3. Grayscale: #B7B7B7. Windows color (decimal): -2377892 or 6076379. OLE color: 6076379.
HSL color Cylindrical-coordinate representation of color #DBB75C: hue angle of 42.99º 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 #DBB75C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 92 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.14 |
| HSL | 42.99º | 0.64% | 0.61% | - |
| HSV(B) | 42.99º | 0.58% | 0.86% | - |
| XYZ | 48.08 | 49.7 | 17.18 | - |
| YUV | 183.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 92 | 0 | 0.16 | 0.58 | 0.14 | 42.99 | 0.64 | 0.61 |
| Hex | DB | B7 | 5C | 0 | 10 | 3A | E | 2B | 40 | 3D |
| Octal | 333 | 267 | 134 | 0 | 20 | 72 | 16 | 53 | 100 | 75 |
| Binary | 11011011 | 10110111 | 1011100 | 0 | 10000 | 111010 | 1110 | 101011 | 1000000 | 111101 |
Color Harmonies of #DBB75C
Complementary color
Monochromatic Colors of #DBB75C
Black with #DBB75C
Text Example
Text Example
White with #DBB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB75C; }
p { color: rgb(219,183,92); }
H1.HeaderClassName
{
color: #DBB75C;
}
.AnyTagClassName
{
color: #DBB75C;
}
</style>
background-color css
<style>
a { background-color: #DBB75C; }
a { background-color: rgb(219,183,92); }
div.DivClassName
{
background-color: #DBB75C;
}
.BgClassName
{
background-color: #DBB75C;
}
</style>
border-color css
<style>
span { border-color: #DBB75C; }
span { border-color: rgb(219,183,92); }
td.TdClassName
{
border-color: #DBB75C;
}
.TagClassName
{
border-color: #DBB75C;
}
</style>