Shades of Goldenrod #D8D26F
Tints of Goldenrod #D8D26F
RGB
CMYK
RGB Variations
Color information
#D8D26F (or 0xD8D26F) is known color: Goldenrod. HEX triplet: D8, D2 and 6F. RGB value is (216,210,111). Sum of RGB (Red+Green+Blue) = 216+210+111=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D26F is #272D90. Grayscale: #C8C8C8. Windows color (decimal): -2567569 or 7328472. OLE color: 7328472.
HSL color Cylindrical-coordinate representation of color #D8D26F: hue angle of 56.57º degrees, saturation: 0.57, 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 #D8D26F is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 111 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.15 |
| HSL | 56.57º | 0.57% | 0.64% | - |
| HSV(B) | 56.57º | 0.49% | 0.85% | - |
| XYZ | 54.23 | 61.84 | 24.12 | - |
| YUV | 200.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 111 | 0 | 0.03 | 0.49 | 0.15 | 56.57 | 0.57 | 0.64 |
| Hex | D8 | D2 | 6F | 0 | 3 | 31 | F | 39 | 39 | 40 |
| Octal | 330 | 322 | 157 | 0 | 3 | 61 | 17 | 71 | 71 | 100 |
| Binary | 11011000 | 11010010 | 1101111 | 0 | 11 | 110001 | 1111 | 111001 | 111001 | 1000000 |
Color Harmonies of #D8D26F
Complementary color
Monochromatic Colors of #D8D26F
Black with #D8D26F
Text Example
Text Example
White with #D8D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D26F; }
p { color: rgb(216,210,111); }
H1.HeaderClassName
{
color: #D8D26F;
}
.AnyTagClassName
{
color: #D8D26F;
}
</style>
background-color css
<style>
a { background-color: #D8D26F; }
a { background-color: rgb(216,210,111); }
div.DivClassName
{
background-color: #D8D26F;
}
.BgClassName
{
background-color: #D8D26F;
}
</style>
border-color css
<style>
span { border-color: #D8D26F; }
span { border-color: rgb(216,210,111); }
td.TdClassName
{
border-color: #D8D26F;
}
.TagClassName
{
border-color: #D8D26F;
}
</style>