Shades of Goldenrod #D8D673
Tints of Goldenrod #D8D673
RGB
CMYK
RGB Variations
Color information
#D8D673 (or 0xD8D673) is known color: Goldenrod. HEX triplet: D8, D6 and 73. RGB value is (216,214,115). Sum of RGB (Red+Green+Blue) = 216+214+115=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D673 is #27298C. Grayscale: #CBCBCB. Windows color (decimal): -2566541 or 7591640. OLE color: 7591640.
HSL color Cylindrical-coordinate representation of color #D8D673: hue angle of 58.81º degrees, saturation: 0.56, 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 #D8D673 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 115 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.15 |
| HSL | 58.81º | 0.56% | 0.65% | - |
| HSV(B) | 58.81º | 0.47% | 0.85% | - |
| XYZ | 55.46 | 63.93 | 25.64 | - |
| YUV | 203.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 115 | 0 | 0.01 | 0.47 | 0.15 | 58.81 | 0.56 | 0.65 |
| Hex | D8 | D6 | 73 | 0 | 1 | 2F | F | 3B | 38 | 41 |
| Octal | 330 | 326 | 163 | 0 | 1 | 57 | 17 | 73 | 70 | 101 |
| Binary | 11011000 | 11010110 | 1110011 | 0 | 1 | 101111 | 1111 | 111011 | 111000 | 1000001 |
Color Harmonies of #D8D673
Complementary color
Monochromatic Colors of #D8D673
Black with #D8D673
Text Example
Text Example
White with #D8D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D673; }
p { color: rgb(216,214,115); }
H1.HeaderClassName
{
color: #D8D673;
}
.AnyTagClassName
{
color: #D8D673;
}
</style>
background-color css
<style>
a { background-color: #D8D673; }
a { background-color: rgb(216,214,115); }
div.DivClassName
{
background-color: #D8D673;
}
.BgClassName
{
background-color: #D8D673;
}
</style>
border-color css
<style>
span { border-color: #D8D673; }
span { border-color: rgb(216,214,115); }
td.TdClassName
{
border-color: #D8D673;
}
.TagClassName
{
border-color: #D8D673;
}
</style>