Shades of Goldenrod #D9CF63
Tints of Goldenrod #D9CF63
RGB
CMYK
RGB Variations
Color information
#D9CF63 (or 0xD9CF63) is known color: Goldenrod. HEX triplet: D9, CF and 63. RGB value is (217,207,99). Sum of RGB (Red+Green+Blue) = 217+207+99=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF63 is #26309C. Grayscale: #C6C6C6. Windows color (decimal): -2502813 or 6541273. OLE color: 6541273.
HSL color Cylindrical-coordinate representation of color #D9CF63: hue angle of 54.92º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9CF63 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 99 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.15 |
| HSL | 54.92º | 0.61% | 0.62% | - |
| HSV(B) | 54.92º | 0.54% | 0.85% | - |
| XYZ | 53.18 | 60.28 | 20.64 | - |
| YUV | 197.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 99 | 0 | 0.05 | 0.54 | 0.15 | 54.92 | 0.61 | 0.62 |
| Hex | D9 | CF | 63 | 0 | 5 | 36 | F | 37 | 3D | 3E |
| Octal | 331 | 317 | 143 | 0 | 5 | 66 | 17 | 67 | 75 | 76 |
| Binary | 11011001 | 11001111 | 1100011 | 0 | 101 | 110110 | 1111 | 110111 | 111101 | 111110 |
Color Harmonies of #D9CF63
Complementary color
Monochromatic Colors of #D9CF63
Black with #D9CF63
Text Example
Text Example
White with #D9CF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF63; }
p { color: rgb(217,207,99); }
H1.HeaderClassName
{
color: #D9CF63;
}
.AnyTagClassName
{
color: #D9CF63;
}
</style>
background-color css
<style>
a { background-color: #D9CF63; }
a { background-color: rgb(217,207,99); }
div.DivClassName
{
background-color: #D9CF63;
}
.BgClassName
{
background-color: #D9CF63;
}
</style>
border-color css
<style>
span { border-color: #D9CF63; }
span { border-color: rgb(217,207,99); }
td.TdClassName
{
border-color: #D9CF63;
}
.TagClassName
{
border-color: #D9CF63;
}
</style>