Shades of Goldenrod #D9CE62
Tints of Goldenrod #D9CE62
RGB
CMYK
RGB Variations
Color information
#D9CE62 (or 0xD9CE62) is known color: Goldenrod. HEX triplet: D9, CE and 62. RGB value is (217,206,98). Sum of RGB (Red+Green+Blue) = 217+206+98=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE62 is #26319D. Grayscale: #C5C5C5. Windows color (decimal): -2503070 or 6475481. OLE color: 6475481.
HSL color Cylindrical-coordinate representation of color #D9CE62: hue angle of 54.45º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CE62 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 98 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.15 |
| HSL | 54.45º | 0.61% | 0.62% | - |
| HSV(B) | 54.45º | 0.55% | 0.85% | - |
| XYZ | 52.89 | 59.78 | 20.31 | - |
| YUV | 196.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 98 | 0 | 0.05 | 0.55 | 0.15 | 54.45 | 0.61 | 0.62 |
| Hex | D9 | CE | 62 | 0 | 5 | 37 | F | 36 | 3D | 3E |
| Octal | 331 | 316 | 142 | 0 | 5 | 67 | 17 | 66 | 75 | 76 |
| Binary | 11011001 | 11001110 | 1100010 | 0 | 101 | 110111 | 1111 | 110110 | 111101 | 111110 |
Color Harmonies of #D9CE62
Complementary color
Monochromatic Colors of #D9CE62
Black with #D9CE62
Text Example
Text Example
White with #D9CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE62; }
p { color: rgb(217,206,98); }
H1.HeaderClassName
{
color: #D9CE62;
}
.AnyTagClassName
{
color: #D9CE62;
}
</style>
background-color css
<style>
a { background-color: #D9CE62; }
a { background-color: rgb(217,206,98); }
div.DivClassName
{
background-color: #D9CE62;
}
.BgClassName
{
background-color: #D9CE62;
}
</style>
border-color css
<style>
span { border-color: #D9CE62; }
span { border-color: rgb(217,206,98); }
td.TdClassName
{
border-color: #D9CE62;
}
.TagClassName
{
border-color: #D9CE62;
}
</style>