Shades of Goldenrod #D0DD67
Tints of Goldenrod #D0DD67
RGB
CMYK
RGB Variations
Color information
#D0DD67 (or 0xD0DD67) is known color: Goldenrod. HEX triplet: D0, DD and 67. RGB value is (208,221,103). Sum of RGB (Red+Green+Blue) = 208+221+103=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD67 is #2F2298. Grayscale: #CCCCCC. Windows color (decimal): -3089049 or 6806992. OLE color: 6806992.
HSL color Cylindrical-coordinate representation of color #D0DD67: hue angle of 66.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0DD67 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 103 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.13 |
| HSL | 66.61º | 0.63% | 0.64% | - |
| HSV(B) | 66.61º | 0.53% | 0.87% | - |
| XYZ | 54.32 | 66.1 | 22.73 | - |
| YUV | 203.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 103 | 0.06 | 0 | 0.53 | 0.13 | 66.61 | 0.63 | 0.64 |
| Hex | D0 | DD | 67 | 6 | 0 | 35 | D | 43 | 3F | 40 |
| Octal | 320 | 335 | 147 | 6 | 0 | 65 | 15 | 103 | 77 | 100 |
| Binary | 11010000 | 11011101 | 1100111 | 110 | 0 | 110101 | 1101 | 1000011 | 111111 | 1000000 |
Color Harmonies of #D0DD67
Complementary color
Monochromatic Colors of #D0DD67
Black with #D0DD67
Text Example
Text Example
White with #D0DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD67; }
p { color: rgb(208,221,103); }
H1.HeaderClassName
{
color: #D0DD67;
}
.AnyTagClassName
{
color: #D0DD67;
}
</style>
background-color css
<style>
a { background-color: #D0DD67; }
a { background-color: rgb(208,221,103); }
div.DivClassName
{
background-color: #D0DD67;
}
.BgClassName
{
background-color: #D0DD67;
}
</style>
border-color css
<style>
span { border-color: #D0DD67; }
span { border-color: rgb(208,221,103); }
td.TdClassName
{
border-color: #D0DD67;
}
.TagClassName
{
border-color: #D0DD67;
}
</style>