Shades of Goldenrod #D8D26E
Tints of Goldenrod #D8D26E
RGB
CMYK
RGB Variations
Color information
#D8D26E (or 0xD8D26E) is known color: Goldenrod. HEX triplet: D8, D2 and 6E. RGB value is (216,210,110). Sum of RGB (Red+Green+Blue) = 216+210+110=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D26E is #272D91. Grayscale: #C8C8C8. Windows color (decimal): -2567570 or 7262936. OLE color: 7262936.
HSL color Cylindrical-coordinate representation of color #D8D26E: hue angle of 56.6º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8D26E is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 110 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.15 |
| HSL | 56.6º | 0.58% | 0.64% | - |
| HSV(B) | 56.6º | 0.49% | 0.85% | - |
| XYZ | 54.18 | 61.82 | 23.83 | - |
| YUV | 200.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 110 | 0 | 0.03 | 0.49 | 0.15 | 56.6 | 0.58 | 0.64 |
| Hex | D8 | D2 | 6E | 0 | 3 | 31 | F | 39 | 3A | 40 |
| Octal | 330 | 322 | 156 | 0 | 3 | 61 | 17 | 71 | 72 | 100 |
| Binary | 11011000 | 11010010 | 1101110 | 0 | 11 | 110001 | 1111 | 111001 | 111010 | 1000000 |
Color Harmonies of #D8D26E
Complementary color
Monochromatic Colors of #D8D26E
Black with #D8D26E
Text Example
Text Example
White with #D8D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D26E; }
p { color: rgb(216,210,110); }
H1.HeaderClassName
{
color: #D8D26E;
}
.AnyTagClassName
{
color: #D8D26E;
}
</style>
background-color css
<style>
a { background-color: #D8D26E; }
a { background-color: rgb(216,210,110); }
div.DivClassName
{
background-color: #D8D26E;
}
.BgClassName
{
background-color: #D8D26E;
}
</style>
border-color css
<style>
span { border-color: #D8D26E; }
span { border-color: rgb(216,210,110); }
td.TdClassName
{
border-color: #D8D26E;
}
.TagClassName
{
border-color: #D8D26E;
}
</style>