Shades of Goldenrod #D0D162
Tints of Goldenrod #D0D162
RGB
CMYK
RGB Variations
Color information
#D0D162 (or 0xD0D162) is known color: Goldenrod. HEX triplet: D0, D1 and 62. RGB value is (208,209,98). Sum of RGB (Red+Green+Blue) = 208+209+98=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D162 is #2F2E9D. Grayscale: #C4C4C4. Windows color (decimal): -3092126 or 6476240. OLE color: 6476240.
HSL color Cylindrical-coordinate representation of color #D0D162: hue angle of 60.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0D162 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 98 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.18 |
| HSL | 60.54º | 0.55% | 0.6% | - |
| HSV(B) | 60.54º | 0.53% | 0.82% | - |
| XYZ | 51.02 | 59.89 | 20.43 | - |
| YUV | 196.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 98 | 0.00 | 0 | 0.53 | 0.18 | 60.54 | 0.55 | 0.6 |
| Hex | D0 | D1 | 62 | 0 | 0 | 35 | 12 | 3D | 37 | 3C |
| Octal | 320 | 321 | 142 | 0 | 0 | 65 | 22 | 75 | 67 | 74 |
| Binary | 11010000 | 11010001 | 1100010 | 0 | 0 | 110101 | 10010 | 111101 | 110111 | 111100 |
Color Harmonies of #D0D162
Complementary color
Monochromatic Colors of #D0D162
Black with #D0D162
Text Example
Text Example
White with #D0D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D162; }
p { color: rgb(208,209,98); }
H1.HeaderClassName
{
color: #D0D162;
}
.AnyTagClassName
{
color: #D0D162;
}
</style>
background-color css
<style>
a { background-color: #D0D162; }
a { background-color: rgb(208,209,98); }
div.DivClassName
{
background-color: #D0D162;
}
.BgClassName
{
background-color: #D0D162;
}
</style>
border-color css
<style>
span { border-color: #D0D162; }
span { border-color: rgb(208,209,98); }
td.TdClassName
{
border-color: #D0D162;
}
.TagClassName
{
border-color: #D0D162;
}
</style>