Shades of Goldenrod #D8DD7B
Tints of Goldenrod #D8DD7B
RGB
CMYK
RGB Variations
Color information
#D8DD7B (or 0xD8DD7B) is known color: Goldenrod. HEX triplet: D8, DD and 7B. RGB value is (216,221,123). Sum of RGB (Red+Green+Blue) = 216+221+123=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD7B is #272284. Grayscale: #D0D0D0. Windows color (decimal): -2564741 or 8117720. OLE color: 8117720.
HSL color Cylindrical-coordinate representation of color #D8DD7B: hue angle of 63.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8DD7B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 123 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.13 |
| HSL | 63.06º | 0.59% | 0.67% | - |
| HSV(B) | 63.06º | 0.44% | 0.87% | - |
| XYZ | 57.75 | 67.74 | 28.77 | - |
| YUV | 208.33 | 79.84 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 123 | 0.02 | 0 | 0.44 | 0.13 | 63.06 | 0.59 | 0.67 |
| Hex | D8 | DD | 7B | 2 | 0 | 2C | D | 3F | 3B | 43 |
| Octal | 330 | 335 | 173 | 2 | 0 | 54 | 15 | 77 | 73 | 103 |
| Binary | 11011000 | 11011101 | 1111011 | 10 | 0 | 101100 | 1101 | 111111 | 111011 | 1000011 |
Color Harmonies of #D8DD7B
Complementary color
Monochromatic Colors of #D8DD7B
Black with #D8DD7B
Text Example
Text Example
White with #D8DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD7B; }
p { color: rgb(216,221,123); }
H1.HeaderClassName
{
color: #D8DD7B;
}
.AnyTagClassName
{
color: #D8DD7B;
}
</style>
background-color css
<style>
a { background-color: #D8DD7B; }
a { background-color: rgb(216,221,123); }
div.DivClassName
{
background-color: #D8DD7B;
}
.BgClassName
{
background-color: #D8DD7B;
}
</style>
border-color css
<style>
span { border-color: #D8DD7B; }
span { border-color: rgb(216,221,123); }
td.TdClassName
{
border-color: #D8DD7B;
}
.TagClassName
{
border-color: #D8DD7B;
}
</style>