Shades of Goldenrod #D9E172
Tints of Goldenrod #D9E172
RGB
CMYK
RGB Variations
Color information
#D9E172 (or 0xD9E172) is known color: Goldenrod. HEX triplet: D9, E1 and 72. RGB value is (217,225,114). Sum of RGB (Red+Green+Blue) = 217+225+114=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E172 is #261E8D. Grayscale: #D2D2D2. Windows color (decimal): -2498190 or 7528921. OLE color: 7528921.
HSL color Cylindrical-coordinate representation of color #D9E172: hue angle of 64.32º 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 #D9E172 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
RGB | 217 | 225 | 114 | - |
CMYK | 0.04 | 0 | 0.49 | 0.12 |
HSL | 64.32º | 0.65% | 0.66% | - |
HSV(B) | 64.32º | 0.49% | 0.88% | - |
XYZ | 58.58 | 69.82 | 26.31 | - |
YUV | 209.95 | 73.85 | 133.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 225 | 114 | 0.04 | 0 | 0.49 | 0.12 | 64.32 | 0.65 | 0.66 |
Hex | D9 | E1 | 72 | 4 | 0 | 31 | C | 40 | 41 | 42 |
Octal | 331 | 341 | 162 | 4 | 0 | 61 | 14 | 100 | 101 | 102 |
Binary | 11011001 | 11100001 | 1110010 | 100 | 0 | 110001 | 1100 | 1000000 | 1000001 | 1000010 |
Color Harmonies of #D9E172
Complementary color
Monochromatic Colors of #D9E172
Black with #D9E172
Text Example
Text Example
White with #D9E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E172; }
p { color: rgb(217,225,114); }
H1.HeaderClassName
{
color: #D9E172;
}
.AnyTagClassName
{
color: #D9E172;
}
</style>
background-color css
<style>
a { background-color: #D9E172; }
a { background-color: rgb(217,225,114); }
div.DivClassName
{
background-color: #D9E172;
}
.BgClassName
{
background-color: #D9E172;
}
</style>
border-color css
<style>
span { border-color: #D9E172; }
span { border-color: rgb(217,225,114); }
td.TdClassName
{
border-color: #D9E172;
}
.TagClassName
{
border-color: #D9E172;
}
</style>