Shades of Goldenrod #D9CF64
Tints of Goldenrod #D9CF64
RGB
CMYK
RGB Variations
Color information
#D9CF64 (or 0xD9CF64) is known color: Goldenrod. HEX triplet: D9, CF and 64. RGB value is (217,207,100). Sum of RGB (Red+Green+Blue) = 217+207+100=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF64 is #26309B. Grayscale: #C6C6C6. Windows color (decimal): -2502812 or 6606809. OLE color: 6606809.
HSL color Cylindrical-coordinate representation of color #D9CF64: hue angle of 54.87º 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 #D9CF64 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 100 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.15 |
| HSL | 54.87º | 0.61% | 0.62% | - |
| HSV(B) | 54.87º | 0.54% | 0.85% | - |
| XYZ | 53.23 | 60.3 | 20.89 | - |
| YUV | 197.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 100 | 0 | 0.05 | 0.54 | 0.15 | 54.87 | 0.61 | 0.62 |
| Hex | D9 | CF | 64 | 0 | 5 | 36 | F | 37 | 3D | 3E |
| Octal | 331 | 317 | 144 | 0 | 5 | 66 | 17 | 67 | 75 | 76 |
| Binary | 11011001 | 11001111 | 1100100 | 0 | 101 | 110110 | 1111 | 110111 | 111101 | 111110 |
Color Harmonies of #D9CF64
Complementary color
Monochromatic Colors of #D9CF64
Black with #D9CF64
Text Example
Text Example
White with #D9CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF64; }
p { color: rgb(217,207,100); }
H1.HeaderClassName
{
color: #D9CF64;
}
.AnyTagClassName
{
color: #D9CF64;
}
</style>
background-color css
<style>
a { background-color: #D9CF64; }
a { background-color: rgb(217,207,100); }
div.DivClassName
{
background-color: #D9CF64;
}
.BgClassName
{
background-color: #D9CF64;
}
</style>
border-color css
<style>
span { border-color: #D9CF64; }
span { border-color: rgb(217,207,100); }
td.TdClassName
{
border-color: #D9CF64;
}
.TagClassName
{
border-color: #D9CF64;
}
</style>