Shades of Goldenrod #D8DB7A
Tints of Goldenrod #D8DB7A
RGB
CMYK
RGB Variations
Color information
#D8DB7A (or 0xD8DB7A) is known color: Goldenrod. HEX triplet: D8, DB and 7A. RGB value is (216,219,122). Sum of RGB (Red+Green+Blue) = 216+219+122=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB7A is #272485. Grayscale: #CFCFCF. Windows color (decimal): -2565254 or 8051672. OLE color: 8051672.
HSL color Cylindrical-coordinate representation of color #D8DB7A: hue angle of 61.86º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8DB7A is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 122 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.14 |
| HSL | 61.86º | 0.57% | 0.67% | - |
| HSV(B) | 61.86º | 0.44% | 0.86% | - |
| XYZ | 57.16 | 66.67 | 28.27 | - |
| YUV | 207.05 | 80.01 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 122 | 0.01 | 0 | 0.44 | 0.14 | 61.86 | 0.57 | 0.67 |
| Hex | D8 | DB | 7A | 1 | 0 | 2C | E | 3E | 39 | 43 |
| Octal | 330 | 333 | 172 | 1 | 0 | 54 | 16 | 76 | 71 | 103 |
| Binary | 11011000 | 11011011 | 1111010 | 1 | 0 | 101100 | 1110 | 111110 | 111001 | 1000011 |
Color Harmonies of #D8DB7A
Complementary color
Monochromatic Colors of #D8DB7A
Black with #D8DB7A
Text Example
Text Example
White with #D8DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB7A; }
p { color: rgb(216,219,122); }
H1.HeaderClassName
{
color: #D8DB7A;
}
.AnyTagClassName
{
color: #D8DB7A;
}
</style>
background-color css
<style>
a { background-color: #D8DB7A; }
a { background-color: rgb(216,219,122); }
div.DivClassName
{
background-color: #D8DB7A;
}
.BgClassName
{
background-color: #D8DB7A;
}
</style>
border-color css
<style>
span { border-color: #D8DB7A; }
span { border-color: rgb(216,219,122); }
td.TdClassName
{
border-color: #D8DB7A;
}
.TagClassName
{
border-color: #D8DB7A;
}
</style>