Shades of Goldenrod #D9DA81
Tints of Goldenrod #D9DA81
RGB
CMYK
RGB Variations
Color information
#D9DA81 (or 0xD9DA81) is known color: Goldenrod. HEX triplet: D9, DA and 81. RGB value is (217,218,129). Sum of RGB (Red+Green+Blue) = 217+218+129=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA81 is #26257E. Grayscale: #CFCFCF. Windows color (decimal): -2499967 or 8510169. OLE color: 8510169.
HSL color Cylindrical-coordinate representation of color #D9DA81: hue angle of 60.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9DA81 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 129 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.15 |
| HSL | 60.67º | 0.55% | 0.68% | - |
| HSV(B) | 60.67º | 0.41% | 0.85% | - |
| XYZ | 57.65 | 66.48 | 30.56 | - |
| YUV | 207.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 129 | 0.00 | 0 | 0.41 | 0.15 | 60.67 | 0.55 | 0.68 |
| Hex | D9 | DA | 81 | 0 | 0 | 29 | F | 3D | 37 | 44 |
| Octal | 331 | 332 | 201 | 0 | 0 | 51 | 17 | 75 | 67 | 104 |
| Binary | 11011001 | 11011010 | 10000001 | 0 | 0 | 101001 | 1111 | 111101 | 110111 | 1000100 |
Color Harmonies of #D9DA81
Complementary color
Monochromatic Colors of #D9DA81
Black with #D9DA81
Text Example
Text Example
White with #D9DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA81; }
p { color: rgb(217,218,129); }
H1.HeaderClassName
{
color: #D9DA81;
}
.AnyTagClassName
{
color: #D9DA81;
}
</style>
background-color css
<style>
a { background-color: #D9DA81; }
a { background-color: rgb(217,218,129); }
div.DivClassName
{
background-color: #D9DA81;
}
.BgClassName
{
background-color: #D9DA81;
}
</style>
border-color css
<style>
span { border-color: #D9DA81; }
span { border-color: rgb(217,218,129); }
td.TdClassName
{
border-color: #D9DA81;
}
.TagClassName
{
border-color: #D9DA81;
}
</style>