Shades of Goldenrod #D8D275
Tints of Goldenrod #D8D275
RGB
CMYK
RGB Variations
Color information
#D8D275 (or 0xD8D275) is known color: Goldenrod. HEX triplet: D8, D2 and 75. RGB value is (216,210,117). Sum of RGB (Red+Green+Blue) = 216+210+117=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D275 is #272D8A. Grayscale: #C9C9C9. Windows color (decimal): -2567563 or 7721688. OLE color: 7721688.
HSL color Cylindrical-coordinate representation of color #D8D275: hue angle of 56.36º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8D275 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 117 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.15 |
| HSL | 56.36º | 0.56% | 0.65% | - |
| HSV(B) | 56.36º | 0.46% | 0.85% | - |
| XYZ | 54.58 | 61.98 | 25.92 | - |
| YUV | 201.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 117 | 0 | 0.03 | 0.46 | 0.15 | 56.36 | 0.56 | 0.65 |
| Hex | D8 | D2 | 75 | 0 | 3 | 2E | F | 38 | 38 | 41 |
| Octal | 330 | 322 | 165 | 0 | 3 | 56 | 17 | 70 | 70 | 101 |
| Binary | 11011000 | 11010010 | 1110101 | 0 | 11 | 101110 | 1111 | 111000 | 111000 | 1000001 |
Color Harmonies of #D8D275
Complementary color
Monochromatic Colors of #D8D275
Black with #D8D275
Text Example
Text Example
White with #D8D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D275; }
p { color: rgb(216,210,117); }
H1.HeaderClassName
{
color: #D8D275;
}
.AnyTagClassName
{
color: #D8D275;
}
</style>
background-color css
<style>
a { background-color: #D8D275; }
a { background-color: rgb(216,210,117); }
div.DivClassName
{
background-color: #D8D275;
}
.BgClassName
{
background-color: #D8D275;
}
</style>
border-color css
<style>
span { border-color: #D8D275; }
span { border-color: rgb(216,210,117); }
td.TdClassName
{
border-color: #D8D275;
}
.TagClassName
{
border-color: #D8D275;
}
</style>