Shades of Goldenrod #D8D272
Tints of Goldenrod #D8D272
RGB
CMYK
RGB Variations
Color information
#D8D272 (or 0xD8D272) is known color: Goldenrod. HEX triplet: D8, D2 and 72. RGB value is (216,210,114). Sum of RGB (Red+Green+Blue) = 216+210+114=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D272 is #272D8D. Grayscale: #C9C9C9. Windows color (decimal): -2567566 or 7525080. OLE color: 7525080.
HSL color Cylindrical-coordinate representation of color #D8D272: hue angle of 56.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8D272 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 114 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.15 |
| HSL | 56.47º | 0.57% | 0.65% | - |
| HSV(B) | 56.47º | 0.47% | 0.85% | - |
| XYZ | 54.4 | 61.91 | 25 | - |
| YUV | 200.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 114 | 0 | 0.03 | 0.47 | 0.15 | 56.47 | 0.57 | 0.65 |
| Hex | D8 | D2 | 72 | 0 | 3 | 2F | F | 38 | 39 | 41 |
| Octal | 330 | 322 | 162 | 0 | 3 | 57 | 17 | 70 | 71 | 101 |
| Binary | 11011000 | 11010010 | 1110010 | 0 | 11 | 101111 | 1111 | 111000 | 111001 | 1000001 |
Color Harmonies of #D8D272
Complementary color
Monochromatic Colors of #D8D272
Black with #D8D272
Text Example
Text Example
White with #D8D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D272; }
p { color: rgb(216,210,114); }
H1.HeaderClassName
{
color: #D8D272;
}
.AnyTagClassName
{
color: #D8D272;
}
</style>
background-color css
<style>
a { background-color: #D8D272; }
a { background-color: rgb(216,210,114); }
div.DivClassName
{
background-color: #D8D272;
}
.BgClassName
{
background-color: #D8D272;
}
</style>
border-color css
<style>
span { border-color: #D8D272; }
span { border-color: rgb(216,210,114); }
td.TdClassName
{
border-color: #D8D272;
}
.TagClassName
{
border-color: #D8D272;
}
</style>