Shades of Goldenrod #D0D166
Tints of Goldenrod #D0D166
RGB
CMYK
RGB Variations
Color information
#D0D166 (or 0xD0D166) is known color: Goldenrod. HEX triplet: D0, D1 and 66. RGB value is (208,209,102). Sum of RGB (Red+Green+Blue) = 208+209+102=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D166 is #2F2E99. Grayscale: #C4C4C4. Windows color (decimal): -3092122 or 6738384. OLE color: 6738384.
HSL color Cylindrical-coordinate representation of color #D0D166: hue angle of 60.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0D166 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 102 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.18 |
| HSL | 60.56º | 0.54% | 0.61% | - |
| HSV(B) | 60.56º | 0.51% | 0.82% | - |
| XYZ | 51.21 | 59.97 | 21.45 | - |
| YUV | 196.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 102 | 0.00 | 0 | 0.51 | 0.18 | 60.56 | 0.54 | 0.61 |
| Hex | D0 | D1 | 66 | 0 | 0 | 33 | 12 | 3D | 36 | 3D |
| Octal | 320 | 321 | 146 | 0 | 0 | 63 | 22 | 75 | 66 | 75 |
| Binary | 11010000 | 11010001 | 1100110 | 0 | 0 | 110011 | 10010 | 111101 | 110110 | 111101 |
Color Harmonies of #D0D166
Complementary color
Monochromatic Colors of #D0D166
Black with #D0D166
Text Example
Text Example
White with #D0D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D166; }
p { color: rgb(208,209,102); }
H1.HeaderClassName
{
color: #D0D166;
}
.AnyTagClassName
{
color: #D0D166;
}
</style>
background-color css
<style>
a { background-color: #D0D166; }
a { background-color: rgb(208,209,102); }
div.DivClassName
{
background-color: #D0D166;
}
.BgClassName
{
background-color: #D0D166;
}
</style>
border-color css
<style>
span { border-color: #D0D166; }
span { border-color: rgb(208,209,102); }
td.TdClassName
{
border-color: #D0D166;
}
.TagClassName
{
border-color: #D0D166;
}
</style>