Shades of Goldenrod #D8DC66
Tints of Goldenrod #D8DC66
RGB
CMYK
RGB Variations
Color information
#D8DC66 (or 0xD8DC66) is known color: Goldenrod. HEX triplet: D8, DC and 66. RGB value is (216,220,102). Sum of RGB (Red+Green+Blue) = 216+220+102=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC66 is #272399. Grayscale: #CDCDCD. Windows color (decimal): -2565018 or 6741208. OLE color: 6741208.
HSL color Cylindrical-coordinate representation of color #D8DC66: hue angle of 62.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8DC66 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 102 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.14 |
| HSL | 62.03º | 0.63% | 0.63% | - |
| HSV(B) | 62.03º | 0.54% | 0.86% | - |
| XYZ | 56.31 | 66.74 | 22.49 | - |
| YUV | 205.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 102 | 0.02 | 0 | 0.54 | 0.14 | 62.03 | 0.63 | 0.63 |
| Hex | D8 | DC | 66 | 2 | 0 | 36 | E | 3E | 3F | 3F |
| Octal | 330 | 334 | 146 | 2 | 0 | 66 | 16 | 76 | 77 | 77 |
| Binary | 11011000 | 11011100 | 1100110 | 10 | 0 | 110110 | 1110 | 111110 | 111111 | 111111 |
Color Harmonies of #D8DC66
Complementary color
Monochromatic Colors of #D8DC66
Black with #D8DC66
Text Example
Text Example
White with #D8DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC66; }
p { color: rgb(216,220,102); }
H1.HeaderClassName
{
color: #D8DC66;
}
.AnyTagClassName
{
color: #D8DC66;
}
</style>
background-color css
<style>
a { background-color: #D8DC66; }
a { background-color: rgb(216,220,102); }
div.DivClassName
{
background-color: #D8DC66;
}
.BgClassName
{
background-color: #D8DC66;
}
</style>
border-color css
<style>
span { border-color: #D8DC66; }
span { border-color: rgb(216,220,102); }
td.TdClassName
{
border-color: #D8DC66;
}
.TagClassName
{
border-color: #D8DC66;
}
</style>