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