Shades of Goldenrod #D6DD6C
Tints of Goldenrod #D6DD6C
RGB
CMYK
RGB Variations
Color information
#D6DD6C (or 0xD6DD6C) is known color: Goldenrod. HEX triplet: D6, DD and 6C. RGB value is (214,221,108). Sum of RGB (Red+Green+Blue) = 214+221+108=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD6C is #292293. Grayscale: #CECECE. Windows color (decimal): -2695828 or 7134678. OLE color: 7134678.
HSL color Cylindrical-coordinate representation of color #D6DD6C: hue angle of 63.72º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6DD6C is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 108 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.13 |
| HSL | 63.72º | 0.62% | 0.65% | - |
| HSV(B) | 63.72º | 0.51% | 0.87% | - |
| XYZ | 56.29 | 67.09 | 24.17 | - |
| YUV | 206.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 108 | 0.03 | 0 | 0.51 | 0.13 | 63.72 | 0.62 | 0.65 |
| Hex | D6 | DD | 6C | 3 | 0 | 33 | D | 40 | 3E | 41 |
| Octal | 326 | 335 | 154 | 3 | 0 | 63 | 15 | 100 | 76 | 101 |
| Binary | 11010110 | 11011101 | 1101100 | 11 | 0 | 110011 | 1101 | 1000000 | 111110 | 1000001 |
Color Harmonies of #D6DD6C
Complementary color
Monochromatic Colors of #D6DD6C
Black with #D6DD6C
Text Example
Text Example
White with #D6DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD6C; }
p { color: rgb(214,221,108); }
H1.HeaderClassName
{
color: #D6DD6C;
}
.AnyTagClassName
{
color: #D6DD6C;
}
</style>
background-color css
<style>
a { background-color: #D6DD6C; }
a { background-color: rgb(214,221,108); }
div.DivClassName
{
background-color: #D6DD6C;
}
.BgClassName
{
background-color: #D6DD6C;
}
</style>
border-color css
<style>
span { border-color: #D6DD6C; }
span { border-color: rgb(214,221,108); }
td.TdClassName
{
border-color: #D6DD6C;
}
.TagClassName
{
border-color: #D6DD6C;
}
</style>