Shades of Goldenrod #D9CF68
Tints of Goldenrod #D9CF68
RGB
CMYK
RGB Variations
Color information
#D9CF68 (or 0xD9CF68) is known color: Goldenrod. HEX triplet: D9, CF and 68. RGB value is (217,207,104). Sum of RGB (Red+Green+Blue) = 217+207+104=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF68 is #263097. Grayscale: #C6C6C6. Windows color (decimal): -2502808 or 6868953. OLE color: 6868953.
HSL color Cylindrical-coordinate representation of color #D9CF68: hue angle of 54.69º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9CF68 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 104 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.15 |
| HSL | 54.69º | 0.6% | 0.63% | - |
| HSV(B) | 54.69º | 0.52% | 0.85% | - |
| XYZ | 53.43 | 60.38 | 21.93 | - |
| YUV | 198.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 104 | 0 | 0.05 | 0.52 | 0.15 | 54.69 | 0.6 | 0.63 |
| Hex | D9 | CF | 68 | 0 | 5 | 34 | F | 37 | 3C | 3F |
| Octal | 331 | 317 | 150 | 0 | 5 | 64 | 17 | 67 | 74 | 77 |
| Binary | 11011001 | 11001111 | 1101000 | 0 | 101 | 110100 | 1111 | 110111 | 111100 | 111111 |
Color Harmonies of #D9CF68
Complementary color
Monochromatic Colors of #D9CF68
Black with #D9CF68
Text Example
Text Example
White with #D9CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF68; }
p { color: rgb(217,207,104); }
H1.HeaderClassName
{
color: #D9CF68;
}
.AnyTagClassName
{
color: #D9CF68;
}
</style>
background-color css
<style>
a { background-color: #D9CF68; }
a { background-color: rgb(217,207,104); }
div.DivClassName
{
background-color: #D9CF68;
}
.BgClassName
{
background-color: #D9CF68;
}
</style>
border-color css
<style>
span { border-color: #D9CF68; }
span { border-color: rgb(217,207,104); }
td.TdClassName
{
border-color: #D9CF68;
}
.TagClassName
{
border-color: #D9CF68;
}
</style>