Shades of Goldenrod #D9D269
Tints of Goldenrod #D9D269
RGB
CMYK
RGB Variations
Color information
#D9D269 (or 0xD9D269) is known color: Goldenrod. HEX triplet: D9, D2 and 69. RGB value is (217,210,105). Sum of RGB (Red+Green+Blue) = 217+210+105=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D269 is #262D96. Grayscale: #C8C8C8. Windows color (decimal): -2502039 or 6935257. OLE color: 6935257.
HSL color Cylindrical-coordinate representation of color #D9D269: hue angle of 56.25º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9D269 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 105 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.15 |
| HSL | 56.25º | 0.6% | 0.63% | - |
| HSV(B) | 56.25º | 0.52% | 0.85% | - |
| XYZ | 54.21 | 61.86 | 22.45 | - |
| YUV | 200.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 105 | 0 | 0.03 | 0.52 | 0.15 | 56.25 | 0.6 | 0.63 |
| Hex | D9 | D2 | 69 | 0 | 3 | 34 | F | 38 | 3C | 3F |
| Octal | 331 | 322 | 151 | 0 | 3 | 64 | 17 | 70 | 74 | 77 |
| Binary | 11011001 | 11010010 | 1101001 | 0 | 11 | 110100 | 1111 | 111000 | 111100 | 111111 |
Color Harmonies of #D9D269
Complementary color
Monochromatic Colors of #D9D269
Black with #D9D269
Text Example
Text Example
White with #D9D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D269; }
p { color: rgb(217,210,105); }
H1.HeaderClassName
{
color: #D9D269;
}
.AnyTagClassName
{
color: #D9D269;
}
</style>
background-color css
<style>
a { background-color: #D9D269; }
a { background-color: rgb(217,210,105); }
div.DivClassName
{
background-color: #D9D269;
}
.BgClassName
{
background-color: #D9D269;
}
</style>
border-color css
<style>
span { border-color: #D9D269; }
span { border-color: rgb(217,210,105); }
td.TdClassName
{
border-color: #D9D269;
}
.TagClassName
{
border-color: #D9D269;
}
</style>