Shades of Goldenrod #D9DB63
Tints of Goldenrod #D9DB63
RGB
CMYK
RGB Variations
Color information
#D9DB63 (or 0xD9DB63) is known color: Goldenrod. HEX triplet: D9, DB and 63. RGB value is (217,219,99). Sum of RGB (Red+Green+Blue) = 217+219+99=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB63 is #26249C. Grayscale: #CDCDCD. Windows color (decimal): -2499741 or 6544345. OLE color: 6544345.
HSL color Cylindrical-coordinate representation of color #D9DB63: hue angle of 61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9DB63 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 99 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.14 |
| HSL | 61º | 0.63% | 0.62% | - |
| HSV(B) | 61º | 0.55% | 0.86% | - |
| XYZ | 56.2 | 66.32 | 21.64 | - |
| YUV | 204.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 99 | 0.01 | 0 | 0.55 | 0.14 | 61 | 0.63 | 0.62 |
| Hex | D9 | DB | 63 | 1 | 0 | 37 | E | 3D | 3E | 3E |
| Octal | 331 | 333 | 143 | 1 | 0 | 67 | 16 | 75 | 76 | 76 |
| Binary | 11011001 | 11011011 | 1100011 | 1 | 0 | 110111 | 1110 | 111101 | 111110 | 111110 |
Color Harmonies of #D9DB63
Complementary color
Monochromatic Colors of #D9DB63
Black with #D9DB63
Text Example
Text Example
White with #D9DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB63; }
p { color: rgb(217,219,99); }
H1.HeaderClassName
{
color: #D9DB63;
}
.AnyTagClassName
{
color: #D9DB63;
}
</style>
background-color css
<style>
a { background-color: #D9DB63; }
a { background-color: rgb(217,219,99); }
div.DivClassName
{
background-color: #D9DB63;
}
.BgClassName
{
background-color: #D9DB63;
}
</style>
border-color css
<style>
span { border-color: #D9DB63; }
span { border-color: rgb(217,219,99); }
td.TdClassName
{
border-color: #D9DB63;
}
.TagClassName
{
border-color: #D9DB63;
}
</style>