Shades of Goldenrod #D0D262
Tints of Goldenrod #D0D262
RGB
CMYK
RGB Variations
Color information
#D0D262 (or 0xD0D262) is known color: Goldenrod. HEX triplet: D0, D2 and 62. RGB value is (208,210,98). Sum of RGB (Red+Green+Blue) = 208+210+98=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D262 is #2F2D9D. Grayscale: #C5C5C5. Windows color (decimal): -3091870 or 6476496. OLE color: 6476496.
HSL color Cylindrical-coordinate representation of color #D0D262: hue angle of 61.07º 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 #D0D262 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 98 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.18 |
| HSL | 61.07º | 0.55% | 0.6% | - |
| HSV(B) | 61.07º | 0.53% | 0.82% | - |
| XYZ | 51.26 | 60.38 | 20.51 | - |
| YUV | 196.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 98 | 0.01 | 0 | 0.53 | 0.18 | 61.07 | 0.55 | 0.6 |
| Hex | D0 | D2 | 62 | 1 | 0 | 35 | 12 | 3D | 37 | 3C |
| Octal | 320 | 322 | 142 | 1 | 0 | 65 | 22 | 75 | 67 | 74 |
| Binary | 11010000 | 11010010 | 1100010 | 1 | 0 | 110101 | 10010 | 111101 | 110111 | 111100 |
Color Harmonies of #D0D262
Complementary color
Monochromatic Colors of #D0D262
Black with #D0D262
Text Example
Text Example
White with #D0D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D262; }
p { color: rgb(208,210,98); }
H1.HeaderClassName
{
color: #D0D262;
}
.AnyTagClassName
{
color: #D0D262;
}
</style>
background-color css
<style>
a { background-color: #D0D262; }
a { background-color: rgb(208,210,98); }
div.DivClassName
{
background-color: #D0D262;
}
.BgClassName
{
background-color: #D0D262;
}
</style>
border-color css
<style>
span { border-color: #D0D262; }
span { border-color: rgb(208,210,98); }
td.TdClassName
{
border-color: #D0D262;
}
.TagClassName
{
border-color: #D0D262;
}
</style>