Shades of Goldenrod #D6DF64
Tints of Goldenrod #D6DF64
RGB
CMYK
RGB Variations
Color information
#D6DF64 (or 0xD6DF64) is known color: Goldenrod. HEX triplet: D6, DF and 64. RGB value is (214,223,100). Sum of RGB (Red+Green+Blue) = 214+223+100=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DF64 is #29209B. Grayscale: #CECECE. Windows color (decimal): -2695324 or 6610902. OLE color: 6610902.
HSL color Cylindrical-coordinate representation of color #D6DF64: hue angle of 64.39º degrees, saturation: 0.66, 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 #D6DF64 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 100 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.13 |
| HSL | 64.39º | 0.66% | 0.63% | - |
| HSV(B) | 64.39º | 0.55% | 0.87% | - |
| XYZ | 56.42 | 67.99 | 22.21 | - |
| YUV | 206.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 100 | 0.04 | 0 | 0.55 | 0.13 | 64.39 | 0.66 | 0.63 |
| Hex | D6 | DF | 64 | 4 | 0 | 37 | D | 40 | 42 | 3F |
| Octal | 326 | 337 | 144 | 4 | 0 | 67 | 15 | 100 | 102 | 77 |
| Binary | 11010110 | 11011111 | 1100100 | 100 | 0 | 110111 | 1101 | 1000000 | 1000010 | 111111 |
Color Harmonies of #D6DF64
Complementary color
Monochromatic Colors of #D6DF64
Black with #D6DF64
Text Example
Text Example
White with #D6DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF64; }
p { color: rgb(214,223,100); }
H1.HeaderClassName
{
color: #D6DF64;
}
.AnyTagClassName
{
color: #D6DF64;
}
</style>
background-color css
<style>
a { background-color: #D6DF64; }
a { background-color: rgb(214,223,100); }
div.DivClassName
{
background-color: #D6DF64;
}
.BgClassName
{
background-color: #D6DF64;
}
</style>
border-color css
<style>
span { border-color: #D6DF64; }
span { border-color: rgb(214,223,100); }
td.TdClassName
{
border-color: #D6DF64;
}
.TagClassName
{
border-color: #D6DF64;
}
</style>