Shades of Goldenrod #D0DD5E
Tints of Goldenrod #D0DD5E
RGB
CMYK
RGB Variations
Color information
#D0DD5E (or 0xD0DD5E) is known color: Goldenrod. HEX triplet: D0, DD and 5E. RGB value is (208,221,94). Sum of RGB (Red+Green+Blue) = 208+221+94=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD5E is #2F22A1. Grayscale: #CBCBCB. Windows color (decimal): -3089058 or 6217168. OLE color: 6217168.
HSL color Cylindrical-coordinate representation of color #D0DD5E: hue angle of 66.14º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0DD5E is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 94 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.13 |
| HSL | 66.14º | 0.65% | 0.62% | - |
| HSV(B) | 66.14º | 0.57% | 0.87% | - |
| XYZ | 53.89 | 65.93 | 20.48 | - |
| YUV | 202.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 94 | 0.06 | 0 | 0.57 | 0.13 | 66.14 | 0.65 | 0.62 |
| Hex | D0 | DD | 5E | 6 | 0 | 39 | D | 42 | 41 | 3E |
| Octal | 320 | 335 | 136 | 6 | 0 | 71 | 15 | 102 | 101 | 76 |
| Binary | 11010000 | 11011101 | 1011110 | 110 | 0 | 111001 | 1101 | 1000010 | 1000001 | 111110 |
Color Harmonies of #D0DD5E
Complementary color
Monochromatic Colors of #D0DD5E
Black with #D0DD5E
Text Example
Text Example
White with #D0DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD5E; }
p { color: rgb(208,221,94); }
H1.HeaderClassName
{
color: #D0DD5E;
}
.AnyTagClassName
{
color: #D0DD5E;
}
</style>
background-color css
<style>
a { background-color: #D0DD5E; }
a { background-color: rgb(208,221,94); }
div.DivClassName
{
background-color: #D0DD5E;
}
.BgClassName
{
background-color: #D0DD5E;
}
</style>
border-color css
<style>
span { border-color: #D0DD5E; }
span { border-color: rgb(208,221,94); }
td.TdClassName
{
border-color: #D0DD5E;
}
.TagClassName
{
border-color: #D0DD5E;
}
</style>