Shades of Goldenrod #DBE172
Tints of Goldenrod #DBE172
RGB
CMYK
RGB Variations
Color information
#DBE172 (or 0xDBE172) is known color: Goldenrod. HEX triplet: DB, E1 and 72. RGB value is (219,225,114). Sum of RGB (Red+Green+Blue) = 219+225+114=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE172 is #241E8D. Grayscale: #D2D2D2. Windows color (decimal): -2367118 or 7528923. OLE color: 7528923.
HSL color Cylindrical-coordinate representation of color #DBE172: hue angle of 63.24º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE172 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 114 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.12 |
| HSL | 63.24º | 0.65% | 0.66% | - |
| HSV(B) | 63.24º | 0.49% | 0.88% | - |
| XYZ | 59.18 | 70.13 | 26.34 | - |
| YUV | 210.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 114 | 0.03 | 0 | 0.49 | 0.12 | 63.24 | 0.65 | 0.66 |
| Hex | DB | E1 | 72 | 3 | 0 | 31 | C | 3F | 41 | 42 |
| Octal | 333 | 341 | 162 | 3 | 0 | 61 | 14 | 77 | 101 | 102 |
| Binary | 11011011 | 11100001 | 1110010 | 11 | 0 | 110001 | 1100 | 111111 | 1000001 | 1000010 |
Color Harmonies of #DBE172
Complementary color
Monochromatic Colors of #DBE172
Black with #DBE172
Text Example
Text Example
White with #DBE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE172; }
p { color: rgb(219,225,114); }
H1.HeaderClassName
{
color: #DBE172;
}
.AnyTagClassName
{
color: #DBE172;
}
</style>
background-color css
<style>
a { background-color: #DBE172; }
a { background-color: rgb(219,225,114); }
div.DivClassName
{
background-color: #DBE172;
}
.BgClassName
{
background-color: #DBE172;
}
</style>
border-color css
<style>
span { border-color: #DBE172; }
span { border-color: rgb(219,225,114); }
td.TdClassName
{
border-color: #DBE172;
}
.TagClassName
{
border-color: #DBE172;
}
</style>