Shades of Goldenrod #D6DE6B
Tints of Goldenrod #D6DE6B
RGB
CMYK
RGB Variations
Color information
#D6DE6B (or 0xD6DE6B) is known color: Goldenrod. HEX triplet: D6, DE and 6B. RGB value is (214,222,107). Sum of RGB (Red+Green+Blue) = 214+222+107=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DE6B is #292194. Grayscale: #CECECE. Windows color (decimal): -2695573 or 7069398. OLE color: 7069398.
HSL color Cylindrical-coordinate representation of color #D6DE6B: hue angle of 64.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6DE6B is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 222 | 107 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.13 |
| HSL | 64.17º | 0.64% | 0.65% | - |
| HSV(B) | 64.17º | 0.52% | 0.87% | - |
| XYZ | 56.51 | 67.6 | 23.98 | - |
| YUV | 206.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 107 | 0.04 | 0 | 0.52 | 0.13 | 64.17 | 0.64 | 0.65 |
| Hex | D6 | DE | 6B | 4 | 0 | 34 | D | 40 | 40 | 41 |
| Octal | 326 | 336 | 153 | 4 | 0 | 64 | 15 | 100 | 100 | 101 |
| Binary | 11010110 | 11011110 | 1101011 | 100 | 0 | 110100 | 1101 | 1000000 | 1000000 | 1000001 |
Color Harmonies of #D6DE6B
Complementary color
Monochromatic Colors of #D6DE6B
Black with #D6DE6B
Text Example
Text Example
White with #D6DE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DE6B; }
p { color: rgb(214,222,107); }
H1.HeaderClassName
{
color: #D6DE6B;
}
.AnyTagClassName
{
color: #D6DE6B;
}
</style>
background-color css
<style>
a { background-color: #D6DE6B; }
a { background-color: rgb(214,222,107); }
div.DivClassName
{
background-color: #D6DE6B;
}
.BgClassName
{
background-color: #D6DE6B;
}
</style>
border-color css
<style>
span { border-color: #D6DE6B; }
span { border-color: rgb(214,222,107); }
td.TdClassName
{
border-color: #D6DE6B;
}
.TagClassName
{
border-color: #D6DE6B;
}
</style>