Shades of Goldenrod #D0DD5C
Tints of Goldenrod #D0DD5C
RGB
CMYK
RGB Variations
Color information
#D0DD5C (or 0xD0DD5C) is known color: Goldenrod. HEX triplet: D0, DD and 5C. RGB value is (208,221,92). Sum of RGB (Red+Green+Blue) = 208+221+92=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD5C is #2F22A3. Grayscale: #CACACA. Windows color (decimal): -3089060 or 6086096. OLE color: 6086096.
HSL color Cylindrical-coordinate representation of color #D0DD5C: hue angle of 66.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0DD5C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 92 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.13 |
| HSL | 66.05º | 0.65% | 0.61% | - |
| HSV(B) | 66.05º | 0.58% | 0.87% | - |
| XYZ | 53.8 | 65.9 | 20.01 | - |
| YUV | 202.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 92 | 0.06 | 0 | 0.58 | 0.13 | 66.05 | 0.65 | 0.61 |
| Hex | D0 | DD | 5C | 6 | 0 | 3A | D | 42 | 41 | 3D |
| Octal | 320 | 335 | 134 | 6 | 0 | 72 | 15 | 102 | 101 | 75 |
| Binary | 11010000 | 11011101 | 1011100 | 110 | 0 | 111010 | 1101 | 1000010 | 1000001 | 111101 |
Color Harmonies of #D0DD5C
Complementary color
Monochromatic Colors of #D0DD5C
Black with #D0DD5C
Text Example
Text Example
White with #D0DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD5C; }
p { color: rgb(208,221,92); }
H1.HeaderClassName
{
color: #D0DD5C;
}
.AnyTagClassName
{
color: #D0DD5C;
}
</style>
background-color css
<style>
a { background-color: #D0DD5C; }
a { background-color: rgb(208,221,92); }
div.DivClassName
{
background-color: #D0DD5C;
}
.BgClassName
{
background-color: #D0DD5C;
}
</style>
border-color css
<style>
span { border-color: #D0DD5C; }
span { border-color: rgb(208,221,92); }
td.TdClassName
{
border-color: #D0DD5C;
}
.TagClassName
{
border-color: #D0DD5C;
}
</style>