Shades of Goldenrod #D0D66D
Tints of Goldenrod #D0D66D
RGB
CMYK
RGB Variations
Color information
#D0D66D (or 0xD0D66D) is known color: Goldenrod. HEX triplet: D0, D6 and 6D. RGB value is (208,214,109). Sum of RGB (Red+Green+Blue) = 208+214+109=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D66D is #2F2992. Grayscale: #C8C8C8. Windows color (decimal): -3090835 or 7198416. OLE color: 7198416.
HSL color Cylindrical-coordinate representation of color #D0D66D: hue angle of 63.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0D66D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 109 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.16 |
| HSL | 63.43º | 0.56% | 0.63% | - |
| HSV(B) | 63.43º | 0.49% | 0.84% | - |
| XYZ | 52.82 | 62.61 | 23.77 | - |
| YUV | 200.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 109 | 0.03 | 0 | 0.49 | 0.16 | 63.43 | 0.56 | 0.63 |
| Hex | D0 | D6 | 6D | 3 | 0 | 31 | 10 | 3F | 38 | 3F |
| Octal | 320 | 326 | 155 | 3 | 0 | 61 | 20 | 77 | 70 | 77 |
| Binary | 11010000 | 11010110 | 1101101 | 11 | 0 | 110001 | 10000 | 111111 | 111000 | 111111 |
Color Harmonies of #D0D66D
Complementary color
Monochromatic Colors of #D0D66D
Black with #D0D66D
Text Example
Text Example
White with #D0D66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D66D; }
p { color: rgb(208,214,109); }
H1.HeaderClassName
{
color: #D0D66D;
}
.AnyTagClassName
{
color: #D0D66D;
}
</style>
background-color css
<style>
a { background-color: #D0D66D; }
a { background-color: rgb(208,214,109); }
div.DivClassName
{
background-color: #D0D66D;
}
.BgClassName
{
background-color: #D0D66D;
}
</style>
border-color css
<style>
span { border-color: #D0D66D; }
span { border-color: rgb(208,214,109); }
td.TdClassName
{
border-color: #D0D66D;
}
.TagClassName
{
border-color: #D0D66D;
}
</style>