Shades of Goldenrod #D0DD69
Tints of Goldenrod #D0DD69
RGB
CMYK
RGB Variations
Color information
#D0DD69 (or 0xD0DD69) is known color: Goldenrod. HEX triplet: D0, DD and 69. RGB value is (208,221,105). Sum of RGB (Red+Green+Blue) = 208+221+105=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD69 is #2F2296. Grayscale: #CCCCCC. Windows color (decimal): -3089047 or 6938064. OLE color: 6938064.
HSL color Cylindrical-coordinate representation of color #D0DD69: hue angle of 66.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0DD69 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.13 |
| HSL | 66.72º | 0.63% | 0.64% | - |
| HSV(B) | 66.72º | 0.52% | 0.87% | - |
| XYZ | 54.42 | 66.14 | 23.26 | - |
| YUV | 203.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 105 | 0.06 | 0 | 0.52 | 0.13 | 66.72 | 0.63 | 0.64 |
| Hex | D0 | DD | 69 | 6 | 0 | 34 | D | 43 | 3F | 40 |
| Octal | 320 | 335 | 151 | 6 | 0 | 64 | 15 | 103 | 77 | 100 |
| Binary | 11010000 | 11011101 | 1101001 | 110 | 0 | 110100 | 1101 | 1000011 | 111111 | 1000000 |
Color Harmonies of #D0DD69
Complementary color
Monochromatic Colors of #D0DD69
Black with #D0DD69
Text Example
Text Example
White with #D0DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD69; }
p { color: rgb(208,221,105); }
H1.HeaderClassName
{
color: #D0DD69;
}
.AnyTagClassName
{
color: #D0DD69;
}
</style>
background-color css
<style>
a { background-color: #D0DD69; }
a { background-color: rgb(208,221,105); }
div.DivClassName
{
background-color: #D0DD69;
}
.BgClassName
{
background-color: #D0DD69;
}
</style>
border-color css
<style>
span { border-color: #D0DD69; }
span { border-color: rgb(208,221,105); }
td.TdClassName
{
border-color: #D0DD69;
}
.TagClassName
{
border-color: #D0DD69;
}
</style>