Shades of Goldenrod #D8D36A
Tints of Goldenrod #D8D36A
RGB
CMYK
RGB Variations
Color information
#D8D36A (or 0xD8D36A) is known color: Goldenrod. HEX triplet: D8, D3 and 6A. RGB value is (216,211,106). Sum of RGB (Red+Green+Blue) = 216+211+106=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D36A is #272C95. Grayscale: #C8C8C8. Windows color (decimal): -2567318 or 7001048. OLE color: 7001048.
HSL color Cylindrical-coordinate representation of color #D8D36A: hue angle of 57.27º 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 #D8D36A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 106 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.15 |
| HSL | 57.27º | 0.59% | 0.63% | - |
| HSV(B) | 57.27º | 0.51% | 0.85% | - |
| XYZ | 54.21 | 62.23 | 22.79 | - |
| YUV | 200.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 106 | 0 | 0.02 | 0.51 | 0.15 | 57.27 | 0.59 | 0.63 |
| Hex | D8 | D3 | 6A | 0 | 2 | 33 | F | 39 | 3B | 3F |
| Octal | 330 | 323 | 152 | 0 | 2 | 63 | 17 | 71 | 73 | 77 |
| Binary | 11011000 | 11010011 | 1101010 | 0 | 10 | 110011 | 1111 | 111001 | 111011 | 111111 |
Color Harmonies of #D8D36A
Complementary color
Monochromatic Colors of #D8D36A
Black with #D8D36A
Text Example
Text Example
White with #D8D36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D36A; }
p { color: rgb(216,211,106); }
H1.HeaderClassName
{
color: #D8D36A;
}
.AnyTagClassName
{
color: #D8D36A;
}
</style>
background-color css
<style>
a { background-color: #D8D36A; }
a { background-color: rgb(216,211,106); }
div.DivClassName
{
background-color: #D8D36A;
}
.BgClassName
{
background-color: #D8D36A;
}
</style>
border-color css
<style>
span { border-color: #D8D36A; }
span { border-color: rgb(216,211,106); }
td.TdClassName
{
border-color: #D8D36A;
}
.TagClassName
{
border-color: #D8D36A;
}
</style>