Shades of Goldenrod #D8CF65
Tints of Goldenrod #D8CF65
RGB
CMYK
RGB Variations
Color information
#D8CF65 (or 0xD8CF65) is known color: Goldenrod. HEX triplet: D8, CF and 65. RGB value is (216,207,101). Sum of RGB (Red+Green+Blue) = 216+207+101=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF65 is #27309A. Grayscale: #C6C6C6. Windows color (decimal): -2568347 or 6672344. OLE color: 6672344.
HSL color Cylindrical-coordinate representation of color #D8CF65: hue angle of 55.3º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8CF65 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 101 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.15 |
| HSL | 55.3º | 0.6% | 0.62% | - |
| HSV(B) | 55.3º | 0.53% | 0.85% | - |
| XYZ | 52.98 | 60.16 | 21.13 | - |
| YUV | 197.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 101 | 0 | 0.04 | 0.53 | 0.15 | 55.3 | 0.6 | 0.62 |
| Hex | D8 | CF | 65 | 0 | 4 | 35 | F | 37 | 3C | 3E |
| Octal | 330 | 317 | 145 | 0 | 4 | 65 | 17 | 67 | 74 | 76 |
| Binary | 11011000 | 11001111 | 1100101 | 0 | 100 | 110101 | 1111 | 110111 | 111100 | 111110 |
Color Harmonies of #D8CF65
Complementary color
Monochromatic Colors of #D8CF65
Black with #D8CF65
Text Example
Text Example
White with #D8CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF65; }
p { color: rgb(216,207,101); }
H1.HeaderClassName
{
color: #D8CF65;
}
.AnyTagClassName
{
color: #D8CF65;
}
</style>
background-color css
<style>
a { background-color: #D8CF65; }
a { background-color: rgb(216,207,101); }
div.DivClassName
{
background-color: #D8CF65;
}
.BgClassName
{
background-color: #D8CF65;
}
</style>
border-color css
<style>
span { border-color: #D8CF65; }
span { border-color: rgb(216,207,101); }
td.TdClassName
{
border-color: #D8CF65;
}
.TagClassName
{
border-color: #D8CF65;
}
</style>