Shades of Goldenrod #D8D269
Tints of Goldenrod #D8D269
RGB
CMYK
RGB Variations
Color information
#D8D269 (or 0xD8D269) is known color: Goldenrod. HEX triplet: D8, D2 and 69. RGB value is (216,210,105). Sum of RGB (Red+Green+Blue) = 216+210+105=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D269 is #272D96. Grayscale: #C8C8C8. Windows color (decimal): -2567575 or 6935256. OLE color: 6935256.
HSL color Cylindrical-coordinate representation of color #D8D269: hue angle of 56.76º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8D269 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 105 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.15 |
| HSL | 56.76º | 0.59% | 0.63% | - |
| HSV(B) | 56.76º | 0.51% | 0.85% | - |
| XYZ | 53.92 | 61.71 | 22.43 | - |
| YUV | 199.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 105 | 0 | 0.03 | 0.51 | 0.15 | 56.76 | 0.59 | 0.63 |
| Hex | D8 | D2 | 69 | 0 | 3 | 33 | F | 39 | 3B | 3F |
| Octal | 330 | 322 | 151 | 0 | 3 | 63 | 17 | 71 | 73 | 77 |
| Binary | 11011000 | 11010010 | 1101001 | 0 | 11 | 110011 | 1111 | 111001 | 111011 | 111111 |
Color Harmonies of #D8D269
Complementary color
Monochromatic Colors of #D8D269
Black with #D8D269
Text Example
Text Example
White with #D8D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D269; }
p { color: rgb(216,210,105); }
H1.HeaderClassName
{
color: #D8D269;
}
.AnyTagClassName
{
color: #D8D269;
}
</style>
background-color css
<style>
a { background-color: #D8D269; }
a { background-color: rgb(216,210,105); }
div.DivClassName
{
background-color: #D8D269;
}
.BgClassName
{
background-color: #D8D269;
}
</style>
border-color css
<style>
span { border-color: #D8D269; }
span { border-color: rgb(216,210,105); }
td.TdClassName
{
border-color: #D8D269;
}
.TagClassName
{
border-color: #D8D269;
}
</style>