Shades of Goldenrod #D6CF70
Tints of Goldenrod #D6CF70
RGB
CMYK
RGB Variations
Color information
#D6CF70 (or 0xD6CF70) is known color: Goldenrod. HEX triplet: D6, CF and 70. RGB value is (214,207,112). Sum of RGB (Red+Green+Blue) = 214+207+112=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF70 is #29308F. Grayscale: #C6C6C6. Windows color (decimal): -2699408 or 7393238. OLE color: 7393238.
HSL color Cylindrical-coordinate representation of color #D6CF70: hue angle of 55.88º degrees, saturation: 0.55, 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 #D6CF70 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 112 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.16 |
| HSL | 55.88º | 0.55% | 0.64% | - |
| HSV(B) | 55.88º | 0.48% | 0.84% | - |
| XYZ | 52.97 | 60.09 | 24.14 | - |
| YUV | 198.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 112 | 0 | 0.03 | 0.48 | 0.16 | 55.88 | 0.55 | 0.64 |
| Hex | D6 | CF | 70 | 0 | 3 | 30 | 10 | 38 | 37 | 40 |
| Octal | 326 | 317 | 160 | 0 | 3 | 60 | 20 | 70 | 67 | 100 |
| Binary | 11010110 | 11001111 | 1110000 | 0 | 11 | 110000 | 10000 | 111000 | 110111 | 1000000 |
Color Harmonies of #D6CF70
Complementary color
Monochromatic Colors of #D6CF70
Black with #D6CF70
Text Example
Text Example
White with #D6CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF70; }
p { color: rgb(214,207,112); }
H1.HeaderClassName
{
color: #D6CF70;
}
.AnyTagClassName
{
color: #D6CF70;
}
</style>
background-color css
<style>
a { background-color: #D6CF70; }
a { background-color: rgb(214,207,112); }
div.DivClassName
{
background-color: #D6CF70;
}
.BgClassName
{
background-color: #D6CF70;
}
</style>
border-color css
<style>
span { border-color: #D6CF70; }
span { border-color: rgb(214,207,112); }
td.TdClassName
{
border-color: #D6CF70;
}
.TagClassName
{
border-color: #D6CF70;
}
</style>