Shades of Goldenrod #D6DB6A
Tints of Goldenrod #D6DB6A
RGB
CMYK
RGB Variations
Color information
#D6DB6A (or 0xD6DB6A) is known color: Goldenrod. HEX triplet: D6, DB and 6A. RGB value is (214,219,106). Sum of RGB (Red+Green+Blue) = 214+219+106=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB6A is #292495. Grayscale: #CDCDCD. Windows color (decimal): -2696342 or 7003094. OLE color: 7003094.
HSL color Cylindrical-coordinate representation of color #D6DB6A: hue angle of 62.65º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6DB6A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 106 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.14 |
| HSL | 62.65º | 0.61% | 0.64% | - |
| HSV(B) | 62.65º | 0.52% | 0.86% | - |
| XYZ | 55.66 | 66 | 23.44 | - |
| YUV | 204.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 106 | 0.02 | 0 | 0.52 | 0.14 | 62.65 | 0.61 | 0.64 |
| Hex | D6 | DB | 6A | 2 | 0 | 34 | E | 3F | 3D | 40 |
| Octal | 326 | 333 | 152 | 2 | 0 | 64 | 16 | 77 | 75 | 100 |
| Binary | 11010110 | 11011011 | 1101010 | 10 | 0 | 110100 | 1110 | 111111 | 111101 | 1000000 |
Color Harmonies of #D6DB6A
Complementary color
Monochromatic Colors of #D6DB6A
Black with #D6DB6A
Text Example
Text Example
White with #D6DB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB6A; }
p { color: rgb(214,219,106); }
H1.HeaderClassName
{
color: #D6DB6A;
}
.AnyTagClassName
{
color: #D6DB6A;
}
</style>
background-color css
<style>
a { background-color: #D6DB6A; }
a { background-color: rgb(214,219,106); }
div.DivClassName
{
background-color: #D6DB6A;
}
.BgClassName
{
background-color: #D6DB6A;
}
</style>
border-color css
<style>
span { border-color: #D6DB6A; }
span { border-color: rgb(214,219,106); }
td.TdClassName
{
border-color: #D6DB6A;
}
.TagClassName
{
border-color: #D6DB6A;
}
</style>