Shades of Goldenrod #D7CF63
Tints of Goldenrod #D7CF63
RGB
CMYK
RGB Variations
Color information
#D7CF63 (or 0xD7CF63) is known color: Goldenrod. HEX triplet: D7, CF and 63. RGB value is (215,207,99). Sum of RGB (Red+Green+Blue) = 215+207+99=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF63 is #28309C. Grayscale: #C5C5C5. Windows color (decimal): -2633885 or 6541271. OLE color: 6541271.
HSL color Cylindrical-coordinate representation of color #D7CF63: hue angle of 55.86º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7CF63 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 99 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.16 |
| HSL | 55.86º | 0.59% | 0.62% | - |
| HSV(B) | 55.86º | 0.54% | 0.84% | - |
| XYZ | 52.59 | 59.97 | 20.61 | - |
| YUV | 197.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 99 | 0 | 0.04 | 0.54 | 0.16 | 55.86 | 0.59 | 0.62 |
| Hex | D7 | CF | 63 | 0 | 4 | 36 | 10 | 38 | 3B | 3E |
| Octal | 327 | 317 | 143 | 0 | 4 | 66 | 20 | 70 | 73 | 76 |
| Binary | 11010111 | 11001111 | 1100011 | 0 | 100 | 110110 | 10000 | 111000 | 111011 | 111110 |
Color Harmonies of #D7CF63
Complementary color
Monochromatic Colors of #D7CF63
Black with #D7CF63
Text Example
Text Example
White with #D7CF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF63; }
p { color: rgb(215,207,99); }
H1.HeaderClassName
{
color: #D7CF63;
}
.AnyTagClassName
{
color: #D7CF63;
}
</style>
background-color css
<style>
a { background-color: #D7CF63; }
a { background-color: rgb(215,207,99); }
div.DivClassName
{
background-color: #D7CF63;
}
.BgClassName
{
background-color: #D7CF63;
}
</style>
border-color css
<style>
span { border-color: #D7CF63; }
span { border-color: rgb(215,207,99); }
td.TdClassName
{
border-color: #D7CF63;
}
.TagClassName
{
border-color: #D7CF63;
}
</style>