Shades of Goldenrod #D8D271
Tints of Goldenrod #D8D271
RGB
CMYK
RGB Variations
Color information
#D8D271 (or 0xD8D271) is known color: Goldenrod. HEX triplet: D8, D2 and 71. RGB value is (216,210,113). Sum of RGB (Red+Green+Blue) = 216+210+113=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D271 is #272D8E. Grayscale: #C9C9C9. Windows color (decimal): -2567567 or 7459544. OLE color: 7459544.
HSL color Cylindrical-coordinate representation of color #D8D271: hue angle of 56.5º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8D271 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 113 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.15 |
| HSL | 56.5º | 0.57% | 0.65% | - |
| HSV(B) | 56.5º | 0.48% | 0.85% | - |
| XYZ | 54.35 | 61.88 | 24.7 | - |
| YUV | 200.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 113 | 0 | 0.03 | 0.48 | 0.15 | 56.5 | 0.57 | 0.65 |
| Hex | D8 | D2 | 71 | 0 | 3 | 30 | F | 39 | 39 | 41 |
| Octal | 330 | 322 | 161 | 0 | 3 | 60 | 17 | 71 | 71 | 101 |
| Binary | 11011000 | 11010010 | 1110001 | 0 | 11 | 110000 | 1111 | 111001 | 111001 | 1000001 |
Color Harmonies of #D8D271
Complementary color
Monochromatic Colors of #D8D271
Black with #D8D271
Text Example
Text Example
White with #D8D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D271; }
p { color: rgb(216,210,113); }
H1.HeaderClassName
{
color: #D8D271;
}
.AnyTagClassName
{
color: #D8D271;
}
</style>
background-color css
<style>
a { background-color: #D8D271; }
a { background-color: rgb(216,210,113); }
div.DivClassName
{
background-color: #D8D271;
}
.BgClassName
{
background-color: #D8D271;
}
</style>
border-color css
<style>
span { border-color: #D8D271; }
span { border-color: rgb(216,210,113); }
td.TdClassName
{
border-color: #D8D271;
}
.TagClassName
{
border-color: #D8D271;
}
</style>