Shades of Goldenrod #D0D16D
Tints of Goldenrod #D0D16D
RGB
CMYK
RGB Variations
Color information
#D0D16D (or 0xD0D16D) is known color: Goldenrod. HEX triplet: D0, D1 and 6D. RGB value is (208,209,109). Sum of RGB (Red+Green+Blue) = 208+209+109=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D16D is #2F2E92. Grayscale: #C5C5C5. Windows color (decimal): -3092115 or 7197136. OLE color: 7197136.
HSL color Cylindrical-coordinate representation of color #D0D16D: hue angle of 60.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0D16D is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 109 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.18 |
| HSL | 60.6º | 0.52% | 0.62% | - |
| HSV(B) | 60.6º | 0.48% | 0.82% | - |
| XYZ | 51.57 | 60.11 | 23.35 | - |
| YUV | 197.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 109 | 0.00 | 0 | 0.48 | 0.18 | 60.6 | 0.52 | 0.62 |
| Hex | D0 | D1 | 6D | 0 | 0 | 30 | 12 | 3D | 34 | 3E |
| Octal | 320 | 321 | 155 | 0 | 0 | 60 | 22 | 75 | 64 | 76 |
| Binary | 11010000 | 11010001 | 1101101 | 0 | 0 | 110000 | 10010 | 111101 | 110100 | 111110 |
Color Harmonies of #D0D16D
Complementary color
Monochromatic Colors of #D0D16D
Black with #D0D16D
Text Example
Text Example
White with #D0D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D16D; }
p { color: rgb(208,209,109); }
H1.HeaderClassName
{
color: #D0D16D;
}
.AnyTagClassName
{
color: #D0D16D;
}
</style>
background-color css
<style>
a { background-color: #D0D16D; }
a { background-color: rgb(208,209,109); }
div.DivClassName
{
background-color: #D0D16D;
}
.BgClassName
{
background-color: #D0D16D;
}
</style>
border-color css
<style>
span { border-color: #D0D16D; }
span { border-color: rgb(208,209,109); }
td.TdClassName
{
border-color: #D0D16D;
}
.TagClassName
{
border-color: #D0D16D;
}
</style>