Shades of Goldenrod #D6DD64
Tints of Goldenrod #D6DD64
RGB
CMYK
RGB Variations
Color information
#D6DD64 (or 0xD6DD64) is known color: Goldenrod. HEX triplet: D6, DD and 64. RGB value is (214,221,100). Sum of RGB (Red+Green+Blue) = 214+221+100=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD64 is #29229B. Grayscale: #CDCDCD. Windows color (decimal): -2695836 or 6610390. OLE color: 6610390.
HSL color Cylindrical-coordinate representation of color #D6DD64: hue angle of 63.47º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6DD64 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 100 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.13 |
| HSL | 63.47º | 0.64% | 0.63% | - |
| HSV(B) | 63.47º | 0.55% | 0.87% | - |
| XYZ | 55.89 | 66.93 | 22.03 | - |
| YUV | 205.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 100 | 0.03 | 0 | 0.55 | 0.13 | 63.47 | 0.64 | 0.63 |
| Hex | D6 | DD | 64 | 3 | 0 | 37 | D | 3F | 40 | 3F |
| Octal | 326 | 335 | 144 | 3 | 0 | 67 | 15 | 77 | 100 | 77 |
| Binary | 11010110 | 11011101 | 1100100 | 11 | 0 | 110111 | 1101 | 111111 | 1000000 | 111111 |
Color Harmonies of #D6DD64
Complementary color
Monochromatic Colors of #D6DD64
Black with #D6DD64
Text Example
Text Example
White with #D6DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD64; }
p { color: rgb(214,221,100); }
H1.HeaderClassName
{
color: #D6DD64;
}
.AnyTagClassName
{
color: #D6DD64;
}
</style>
background-color css
<style>
a { background-color: #D6DD64; }
a { background-color: rgb(214,221,100); }
div.DivClassName
{
background-color: #D6DD64;
}
.BgClassName
{
background-color: #D6DD64;
}
</style>
border-color css
<style>
span { border-color: #D6DD64; }
span { border-color: rgb(214,221,100); }
td.TdClassName
{
border-color: #D6DD64;
}
.TagClassName
{
border-color: #D6DD64;
}
</style>