Shades of Goldenrod #D6D070
Tints of Goldenrod #D6D070
RGB
CMYK
RGB Variations
Color information
#D6D070 (or 0xD6D070) is known color: Goldenrod. HEX triplet: D6, D0 and 70. RGB value is (214,208,112). Sum of RGB (Red+Green+Blue) = 214+208+112=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D070 is #292F8F. Grayscale: #C7C7C7. Windows color (decimal): -2699152 or 7393494. OLE color: 7393494.
HSL color Cylindrical-coordinate representation of color #D6D070: hue angle of 56.47º degrees, saturation: 0.55, 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 #D6D070 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 112 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.16 |
| HSL | 56.47º | 0.55% | 0.64% | - |
| HSV(B) | 56.47º | 0.48% | 0.84% | - |
| XYZ | 53.21 | 60.58 | 24.22 | - |
| YUV | 198.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 112 | 0 | 0.03 | 0.48 | 0.16 | 56.47 | 0.55 | 0.64 |
| Hex | D6 | D0 | 70 | 0 | 3 | 30 | 10 | 38 | 37 | 40 |
| Octal | 326 | 320 | 160 | 0 | 3 | 60 | 20 | 70 | 67 | 100 |
| Binary | 11010110 | 11010000 | 1110000 | 0 | 11 | 110000 | 10000 | 111000 | 110111 | 1000000 |
Color Harmonies of #D6D070
Complementary color
Monochromatic Colors of #D6D070
Black with #D6D070
Text Example
Text Example
White with #D6D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D070; }
p { color: rgb(214,208,112); }
H1.HeaderClassName
{
color: #D6D070;
}
.AnyTagClassName
{
color: #D6D070;
}
</style>
background-color css
<style>
a { background-color: #D6D070; }
a { background-color: rgb(214,208,112); }
div.DivClassName
{
background-color: #D6D070;
}
.BgClassName
{
background-color: #D6D070;
}
</style>
border-color css
<style>
span { border-color: #D6D070; }
span { border-color: rgb(214,208,112); }
td.TdClassName
{
border-color: #D6D070;
}
.TagClassName
{
border-color: #D6D070;
}
</style>