Shades of Goldenrod #DBE175
Tints of Goldenrod #DBE175
RGB
CMYK
RGB Variations
Color information
#DBE175 (or 0xDBE175) is known color: Goldenrod. HEX triplet: DB, E1 and 75. RGB value is (219,225,117). Sum of RGB (Red+Green+Blue) = 219+225+117=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE175 is #241E8A. Grayscale: #D3D3D3. Windows color (decimal): -2367115 or 7725531. OLE color: 7725531.
HSL color Cylindrical-coordinate representation of color #DBE175: hue angle of 63.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE175 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 117 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.12 |
| HSL | 63.33º | 0.64% | 0.67% | - |
| HSV(B) | 63.33º | 0.48% | 0.88% | - |
| XYZ | 59.35 | 70.19 | 27.25 | - |
| YUV | 210.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 117 | 0.03 | 0 | 0.48 | 0.12 | 63.33 | 0.64 | 0.67 |
| Hex | DB | E1 | 75 | 3 | 0 | 30 | C | 3F | 40 | 43 |
| Octal | 333 | 341 | 165 | 3 | 0 | 60 | 14 | 77 | 100 | 103 |
| Binary | 11011011 | 11100001 | 1110101 | 11 | 0 | 110000 | 1100 | 111111 | 1000000 | 1000011 |
Color Harmonies of #DBE175
Complementary color
Monochromatic Colors of #DBE175
Black with #DBE175
Text Example
Text Example
White with #DBE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE175; }
p { color: rgb(219,225,117); }
H1.HeaderClassName
{
color: #DBE175;
}
.AnyTagClassName
{
color: #DBE175;
}
</style>
background-color css
<style>
a { background-color: #DBE175; }
a { background-color: rgb(219,225,117); }
div.DivClassName
{
background-color: #DBE175;
}
.BgClassName
{
background-color: #DBE175;
}
</style>
border-color css
<style>
span { border-color: #DBE175; }
span { border-color: rgb(219,225,117); }
td.TdClassName
{
border-color: #DBE175;
}
.TagClassName
{
border-color: #DBE175;
}
</style>