Shades of Goldenrod #D7CF70
Tints of Goldenrod #D7CF70
RGB
CMYK
RGB Variations
Color information
#D7CF70 (or 0xD7CF70) is known color: Goldenrod. HEX triplet: D7, CF and 70. RGB value is (215,207,112). Sum of RGB (Red+Green+Blue) = 215+207+112=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF70 is #28308F. Grayscale: #C6C6C6. Windows color (decimal): -2633872 or 7393239. OLE color: 7393239.
HSL color Cylindrical-coordinate representation of color #D7CF70: hue angle of 55.34º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7CF70 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 112 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.16 |
| HSL | 55.34º | 0.56% | 0.64% | - |
| HSV(B) | 55.34º | 0.48% | 0.84% | - |
| XYZ | 53.26 | 60.24 | 24.15 | - |
| YUV | 198.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 112 | 0 | 0.04 | 0.48 | 0.16 | 55.34 | 0.56 | 0.64 |
| Hex | D7 | CF | 70 | 0 | 4 | 30 | 10 | 37 | 38 | 40 |
| Octal | 327 | 317 | 160 | 0 | 4 | 60 | 20 | 67 | 70 | 100 |
| Binary | 11010111 | 11001111 | 1110000 | 0 | 100 | 110000 | 10000 | 110111 | 111000 | 1000000 |
Color Harmonies of #D7CF70
Complementary color
Monochromatic Colors of #D7CF70
Black with #D7CF70
Text Example
Text Example
White with #D7CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF70; }
p { color: rgb(215,207,112); }
H1.HeaderClassName
{
color: #D7CF70;
}
.AnyTagClassName
{
color: #D7CF70;
}
</style>
background-color css
<style>
a { background-color: #D7CF70; }
a { background-color: rgb(215,207,112); }
div.DivClassName
{
background-color: #D7CF70;
}
.BgClassName
{
background-color: #D7CF70;
}
</style>
border-color css
<style>
span { border-color: #D7CF70; }
span { border-color: rgb(215,207,112); }
td.TdClassName
{
border-color: #D7CF70;
}
.TagClassName
{
border-color: #D7CF70;
}
</style>