Shades of Goldenrod #D8CF62
Tints of Goldenrod #D8CF62
RGB
CMYK
RGB Variations
Color information
#D8CF62 (or 0xD8CF62) is known color: Goldenrod. HEX triplet: D8, CF and 62. RGB value is (216,207,98). Sum of RGB (Red+Green+Blue) = 216+207+98=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF62 is #27309D. Grayscale: #C5C5C5. Windows color (decimal): -2568350 or 6475736. OLE color: 6475736.
HSL color Cylindrical-coordinate representation of color #D8CF62: hue angle of 55.42º degrees, saturation: 0.6, 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 #D8CF62 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 98 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.15 |
| HSL | 55.42º | 0.6% | 0.62% | - |
| HSV(B) | 55.42º | 0.55% | 0.85% | - |
| XYZ | 52.84 | 60.11 | 20.37 | - |
| YUV | 197.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 98 | 0 | 0.04 | 0.55 | 0.15 | 55.42 | 0.6 | 0.62 |
| Hex | D8 | CF | 62 | 0 | 4 | 37 | F | 37 | 3C | 3E |
| Octal | 330 | 317 | 142 | 0 | 4 | 67 | 17 | 67 | 74 | 76 |
| Binary | 11011000 | 11001111 | 1100010 | 0 | 100 | 110111 | 1111 | 110111 | 111100 | 111110 |
Color Harmonies of #D8CF62
Complementary color
Monochromatic Colors of #D8CF62
Black with #D8CF62
Text Example
Text Example
White with #D8CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF62; }
p { color: rgb(216,207,98); }
H1.HeaderClassName
{
color: #D8CF62;
}
.AnyTagClassName
{
color: #D8CF62;
}
</style>
background-color css
<style>
a { background-color: #D8CF62; }
a { background-color: rgb(216,207,98); }
div.DivClassName
{
background-color: #D8CF62;
}
.BgClassName
{
background-color: #D8CF62;
}
</style>
border-color css
<style>
span { border-color: #D8CF62; }
span { border-color: rgb(216,207,98); }
td.TdClassName
{
border-color: #D8CF62;
}
.TagClassName
{
border-color: #D8CF62;
}
</style>