Shades of Goldenrod #D0DD64
Tints of Goldenrod #D0DD64
RGB
CMYK
RGB Variations
Color information
#D0DD64 (or 0xD0DD64) is known color: Goldenrod. HEX triplet: D0, DD and 64. RGB value is (208,221,100). Sum of RGB (Red+Green+Blue) = 208+221+100=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD64 is #2F229B. Grayscale: #CBCBCB. Windows color (decimal): -3089052 or 6610384. OLE color: 6610384.
HSL color Cylindrical-coordinate representation of color #D0DD64: hue angle of 66.45º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0DD64 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 100 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.13 |
| HSL | 66.45º | 0.64% | 0.63% | - |
| HSV(B) | 66.45º | 0.55% | 0.87% | - |
| XYZ | 54.17 | 66.04 | 21.95 | - |
| YUV | 203.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 100 | 0.06 | 0 | 0.55 | 0.13 | 66.45 | 0.64 | 0.63 |
| Hex | D0 | DD | 64 | 6 | 0 | 37 | D | 42 | 40 | 3F |
| Octal | 320 | 335 | 144 | 6 | 0 | 67 | 15 | 102 | 100 | 77 |
| Binary | 11010000 | 11011101 | 1100100 | 110 | 0 | 110111 | 1101 | 1000010 | 1000000 | 111111 |
Color Harmonies of #D0DD64
Complementary color
Monochromatic Colors of #D0DD64
Black with #D0DD64
Text Example
Text Example
White with #D0DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD64; }
p { color: rgb(208,221,100); }
H1.HeaderClassName
{
color: #D0DD64;
}
.AnyTagClassName
{
color: #D0DD64;
}
</style>
background-color css
<style>
a { background-color: #D0DD64; }
a { background-color: rgb(208,221,100); }
div.DivClassName
{
background-color: #D0DD64;
}
.BgClassName
{
background-color: #D0DD64;
}
</style>
border-color css
<style>
span { border-color: #D0DD64; }
span { border-color: rgb(208,221,100); }
td.TdClassName
{
border-color: #D0DD64;
}
.TagClassName
{
border-color: #D0DD64;
}
</style>