Shades of Goldenrod #D6D06F
Tints of Goldenrod #D6D06F
RGB
CMYK
RGB Variations
Color information
#D6D06F (or 0xD6D06F) is known color: Goldenrod. HEX triplet: D6, D0 and 6F. RGB value is (214,208,111). Sum of RGB (Red+Green+Blue) = 214+208+111=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D06F is #292F90. Grayscale: #C7C7C7. Windows color (decimal): -2699153 or 7327958. OLE color: 7327958.
HSL color Cylindrical-coordinate representation of color #D6D06F: hue angle of 56.5º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6D06F is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 111 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.16 |
| HSL | 56.5º | 0.56% | 0.64% | - |
| HSV(B) | 56.5º | 0.48% | 0.84% | - |
| XYZ | 53.16 | 60.56 | 23.93 | - |
| YUV | 198.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 111 | 0 | 0.03 | 0.48 | 0.16 | 56.5 | 0.56 | 0.64 |
| Hex | D6 | D0 | 6F | 0 | 3 | 30 | 10 | 39 | 38 | 40 |
| Octal | 326 | 320 | 157 | 0 | 3 | 60 | 20 | 71 | 70 | 100 |
| Binary | 11010110 | 11010000 | 1101111 | 0 | 11 | 110000 | 10000 | 111001 | 111000 | 1000000 |
Color Harmonies of #D6D06F
Complementary color
Monochromatic Colors of #D6D06F
Black with #D6D06F
Text Example
Text Example
White with #D6D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D06F; }
p { color: rgb(214,208,111); }
H1.HeaderClassName
{
color: #D6D06F;
}
.AnyTagClassName
{
color: #D6D06F;
}
</style>
background-color css
<style>
a { background-color: #D6D06F; }
a { background-color: rgb(214,208,111); }
div.DivClassName
{
background-color: #D6D06F;
}
.BgClassName
{
background-color: #D6D06F;
}
</style>
border-color css
<style>
span { border-color: #D6D06F; }
span { border-color: rgb(214,208,111); }
td.TdClassName
{
border-color: #D6D06F;
}
.TagClassName
{
border-color: #D6D06F;
}
</style>