Shades of Goldenrod #D0DB6F
Tints of Goldenrod #D0DB6F
RGB
CMYK
RGB Variations
Color information
#D0DB6F (or 0xD0DB6F) is known color: Goldenrod. HEX triplet: D0, DB and 6F. RGB value is (208,219,111). Sum of RGB (Red+Green+Blue) = 208+219+111=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB6F is #2F2490. Grayscale: #CBCBCB. Windows color (decimal): -3089553 or 7330768. OLE color: 7330768.
HSL color Cylindrical-coordinate representation of color #D0DB6F: hue angle of 66.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0DB6F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 111 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.14 |
| HSL | 66.11º | 0.6% | 0.65% | - |
| HSV(B) | 66.11º | 0.49% | 0.86% | - |
| XYZ | 54.21 | 65.22 | 24.77 | - |
| YUV | 203.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 111 | 0.05 | 0 | 0.49 | 0.14 | 66.11 | 0.6 | 0.65 |
| Hex | D0 | DB | 6F | 5 | 0 | 31 | E | 42 | 3C | 41 |
| Octal | 320 | 333 | 157 | 5 | 0 | 61 | 16 | 102 | 74 | 101 |
| Binary | 11010000 | 11011011 | 1101111 | 101 | 0 | 110001 | 1110 | 1000010 | 111100 | 1000001 |
Color Harmonies of #D0DB6F
Complementary color
Monochromatic Colors of #D0DB6F
Black with #D0DB6F
Text Example
Text Example
White with #D0DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB6F; }
p { color: rgb(208,219,111); }
H1.HeaderClassName
{
color: #D0DB6F;
}
.AnyTagClassName
{
color: #D0DB6F;
}
</style>
background-color css
<style>
a { background-color: #D0DB6F; }
a { background-color: rgb(208,219,111); }
div.DivClassName
{
background-color: #D0DB6F;
}
.BgClassName
{
background-color: #D0DB6F;
}
</style>
border-color css
<style>
span { border-color: #D0DB6F; }
span { border-color: rgb(208,219,111); }
td.TdClassName
{
border-color: #D0DB6F;
}
.TagClassName
{
border-color: #D0DB6F;
}
</style>