Shades of Goldenrod #D8DB66
Tints of Goldenrod #D8DB66
RGB
CMYK
RGB Variations
Color information
#D8DB66 (or 0xD8DB66) is known color: Goldenrod. HEX triplet: D8, DB and 66. RGB value is (216,219,102). Sum of RGB (Red+Green+Blue) = 216+219+102=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB66 is #272499. Grayscale: #CDCDCD. Windows color (decimal): -2565274 or 6740952. OLE color: 6740952.
HSL color Cylindrical-coordinate representation of color #D8DB66: hue angle of 61.54º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8DB66 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 102 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.14 |
| HSL | 61.54º | 0.62% | 0.63% | - |
| HSV(B) | 61.54º | 0.53% | 0.86% | - |
| XYZ | 56.05 | 66.22 | 22.4 | - |
| YUV | 204.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 102 | 0.01 | 0 | 0.53 | 0.14 | 61.54 | 0.62 | 0.63 |
| Hex | D8 | DB | 66 | 1 | 0 | 35 | E | 3E | 3E | 3F |
| Octal | 330 | 333 | 146 | 1 | 0 | 65 | 16 | 76 | 76 | 77 |
| Binary | 11011000 | 11011011 | 1100110 | 1 | 0 | 110101 | 1110 | 111110 | 111110 | 111111 |
Color Harmonies of #D8DB66
Complementary color
Monochromatic Colors of #D8DB66
Black with #D8DB66
Text Example
Text Example
White with #D8DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB66; }
p { color: rgb(216,219,102); }
H1.HeaderClassName
{
color: #D8DB66;
}
.AnyTagClassName
{
color: #D8DB66;
}
</style>
background-color css
<style>
a { background-color: #D8DB66; }
a { background-color: rgb(216,219,102); }
div.DivClassName
{
background-color: #D8DB66;
}
.BgClassName
{
background-color: #D8DB66;
}
</style>
border-color css
<style>
span { border-color: #D8DB66; }
span { border-color: rgb(216,219,102); }
td.TdClassName
{
border-color: #D8DB66;
}
.TagClassName
{
border-color: #D8DB66;
}
</style>