Shades of Goldenrod #D0DB75
Tints of Goldenrod #D0DB75
RGB
CMYK
RGB Variations
Color information
#D0DB75 (or 0xD0DB75) is known color: Goldenrod. HEX triplet: D0, DB and 75. RGB value is (208,219,117). Sum of RGB (Red+Green+Blue) = 208+219+117=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB75 is #2F248A. Grayscale: #CCCCCC. Windows color (decimal): -3089547 or 7723984. OLE color: 7723984.
HSL color Cylindrical-coordinate representation of color #D0DB75: hue angle of 66.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0DB75 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 117 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.14 |
| HSL | 66.47º | 0.59% | 0.66% | - |
| HSV(B) | 66.47º | 0.47% | 0.86% | - |
| XYZ | 54.55 | 65.36 | 26.57 | - |
| YUV | 204.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 117 | 0.05 | 0 | 0.47 | 0.14 | 66.47 | 0.59 | 0.66 |
| Hex | D0 | DB | 75 | 5 | 0 | 2F | E | 42 | 3B | 42 |
| Octal | 320 | 333 | 165 | 5 | 0 | 57 | 16 | 102 | 73 | 102 |
| Binary | 11010000 | 11011011 | 1110101 | 101 | 0 | 101111 | 1110 | 1000010 | 111011 | 1000010 |
Color Harmonies of #D0DB75
Complementary color
Monochromatic Colors of #D0DB75
Black with #D0DB75
Text Example
Text Example
White with #D0DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB75; }
p { color: rgb(208,219,117); }
H1.HeaderClassName
{
color: #D0DB75;
}
.AnyTagClassName
{
color: #D0DB75;
}
</style>
background-color css
<style>
a { background-color: #D0DB75; }
a { background-color: rgb(208,219,117); }
div.DivClassName
{
background-color: #D0DB75;
}
.BgClassName
{
background-color: #D0DB75;
}
</style>
border-color css
<style>
span { border-color: #D0DB75; }
span { border-color: rgb(208,219,117); }
td.TdClassName
{
border-color: #D0DB75;
}
.TagClassName
{
border-color: #D0DB75;
}
</style>