Shades of Goldenrod #D0D66E
Tints of Goldenrod #D0D66E
RGB
CMYK
RGB Variations
Color information
#D0D66E (or 0xD0D66E) is known color: Goldenrod. HEX triplet: D0, D6 and 6E. RGB value is (208,214,110). Sum of RGB (Red+Green+Blue) = 208+214+110=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D66E is #2F2991. Grayscale: #C8C8C8. Windows color (decimal): -3090834 or 7263952. OLE color: 7263952.
HSL color Cylindrical-coordinate representation of color #D0D66E: hue angle of 63.46º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0D66E is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 110 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.16 |
| HSL | 63.46º | 0.56% | 0.64% | - |
| HSV(B) | 63.46º | 0.49% | 0.84% | - |
| XYZ | 52.87 | 62.63 | 24.05 | - |
| YUV | 200.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 110 | 0.03 | 0 | 0.49 | 0.16 | 63.46 | 0.56 | 0.64 |
| Hex | D0 | D6 | 6E | 3 | 0 | 31 | 10 | 3F | 38 | 40 |
| Octal | 320 | 326 | 156 | 3 | 0 | 61 | 20 | 77 | 70 | 100 |
| Binary | 11010000 | 11010110 | 1101110 | 11 | 0 | 110001 | 10000 | 111111 | 111000 | 1000000 |
Color Harmonies of #D0D66E
Complementary color
Monochromatic Colors of #D0D66E
Black with #D0D66E
Text Example
Text Example
White with #D0D66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D66E; }
p { color: rgb(208,214,110); }
H1.HeaderClassName
{
color: #D0D66E;
}
.AnyTagClassName
{
color: #D0D66E;
}
</style>
background-color css
<style>
a { background-color: #D0D66E; }
a { background-color: rgb(208,214,110); }
div.DivClassName
{
background-color: #D0D66E;
}
.BgClassName
{
background-color: #D0D66E;
}
</style>
border-color css
<style>
span { border-color: #D0D66E; }
span { border-color: rgb(208,214,110); }
td.TdClassName
{
border-color: #D0D66E;
}
.TagClassName
{
border-color: #D0D66E;
}
</style>