Shades of Goldenrod #D6DB64
Tints of Goldenrod #D6DB64
RGB
CMYK
RGB Variations
Color information
#D6DB64 (or 0xD6DB64) is known color: Goldenrod. HEX triplet: D6, DB and 64. RGB value is (214,219,100). Sum of RGB (Red+Green+Blue) = 214+219+100=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB64 is #29249B. Grayscale: #CCCCCC. Windows color (decimal): -2696348 or 6609878. OLE color: 6609878.
HSL color Cylindrical-coordinate representation of color #D6DB64: hue angle of 62.52º degrees, saturation: 0.62, 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 #D6DB64 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 100 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.14 |
| HSL | 62.52º | 0.62% | 0.63% | - |
| HSV(B) | 62.52º | 0.54% | 0.86% | - |
| XYZ | 55.36 | 65.88 | 21.85 | - |
| YUV | 203.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 100 | 0.02 | 0 | 0.54 | 0.14 | 62.52 | 0.62 | 0.63 |
| Hex | D6 | DB | 64 | 2 | 0 | 36 | E | 3F | 3E | 3F |
| Octal | 326 | 333 | 144 | 2 | 0 | 66 | 16 | 77 | 76 | 77 |
| Binary | 11010110 | 11011011 | 1100100 | 10 | 0 | 110110 | 1110 | 111111 | 111110 | 111111 |
Color Harmonies of #D6DB64
Complementary color
Monochromatic Colors of #D6DB64
Black with #D6DB64
Text Example
Text Example
White with #D6DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB64; }
p { color: rgb(214,219,100); }
H1.HeaderClassName
{
color: #D6DB64;
}
.AnyTagClassName
{
color: #D6DB64;
}
</style>
background-color css
<style>
a { background-color: #D6DB64; }
a { background-color: rgb(214,219,100); }
div.DivClassName
{
background-color: #D6DB64;
}
.BgClassName
{
background-color: #D6DB64;
}
</style>
border-color css
<style>
span { border-color: #D6DB64; }
span { border-color: rgb(214,219,100); }
td.TdClassName
{
border-color: #D6DB64;
}
.TagClassName
{
border-color: #D6DB64;
}
</style>