Shades of Goldenrod #D0DD77
Tints of Goldenrod #D0DD77
RGB
CMYK
RGB Variations
Color information
#D0DD77 (or 0xD0DD77) is known color: Goldenrod. HEX triplet: D0, DD and 77. RGB value is (208,221,119). Sum of RGB (Red+Green+Blue) = 208+221+119=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD77 is #2F2288. Grayscale: #CDCDCD. Windows color (decimal): -3089033 or 7855568. OLE color: 7855568.
HSL color Cylindrical-coordinate representation of color #D0DD77: hue angle of 67.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0DD77 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 119 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.13 |
| HSL | 67.65º | 0.6% | 0.67% | - |
| HSV(B) | 67.65º | 0.46% | 0.87% | - |
| XYZ | 55.2 | 66.45 | 27.37 | - |
| YUV | 205.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 119 | 0.06 | 0 | 0.46 | 0.13 | 67.65 | 0.6 | 0.67 |
| Hex | D0 | DD | 77 | 6 | 0 | 2E | D | 44 | 3C | 43 |
| Octal | 320 | 335 | 167 | 6 | 0 | 56 | 15 | 104 | 74 | 103 |
| Binary | 11010000 | 11011101 | 1110111 | 110 | 0 | 101110 | 1101 | 1000100 | 111100 | 1000011 |
Color Harmonies of #D0DD77
Complementary color
Monochromatic Colors of #D0DD77
Black with #D0DD77
Text Example
Text Example
White with #D0DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD77; }
p { color: rgb(208,221,119); }
H1.HeaderClassName
{
color: #D0DD77;
}
.AnyTagClassName
{
color: #D0DD77;
}
</style>
background-color css
<style>
a { background-color: #D0DD77; }
a { background-color: rgb(208,221,119); }
div.DivClassName
{
background-color: #D0DD77;
}
.BgClassName
{
background-color: #D0DD77;
}
</style>
border-color css
<style>
span { border-color: #D0DD77; }
span { border-color: rgb(208,221,119); }
td.TdClassName
{
border-color: #D0DD77;
}
.TagClassName
{
border-color: #D0DD77;
}
</style>