Shades of Goldenrod #D6CF71
Tints of Goldenrod #D6CF71
RGB
CMYK
RGB Variations
Color information
#D6CF71 (or 0xD6CF71) is known color: Goldenrod. HEX triplet: D6, CF and 71. RGB value is (214,207,113). Sum of RGB (Red+Green+Blue) = 214+207+113=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF71 is #29308E. Grayscale: #C6C6C6. Windows color (decimal): -2699407 or 7458774. OLE color: 7458774.
HSL color Cylindrical-coordinate representation of color #D6CF71: hue angle of 55.84º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6CF71 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 113 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.16 |
| HSL | 55.84º | 0.55% | 0.64% | - |
| HSV(B) | 55.84º | 0.47% | 0.84% | - |
| XYZ | 53.03 | 60.11 | 24.43 | - |
| YUV | 198.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 113 | 0 | 0.03 | 0.47 | 0.16 | 55.84 | 0.55 | 0.64 |
| Hex | D6 | CF | 71 | 0 | 3 | 2F | 10 | 38 | 37 | 40 |
| Octal | 326 | 317 | 161 | 0 | 3 | 57 | 20 | 70 | 67 | 100 |
| Binary | 11010110 | 11001111 | 1110001 | 0 | 11 | 101111 | 10000 | 111000 | 110111 | 1000000 |
Color Harmonies of #D6CF71
Complementary color
Monochromatic Colors of #D6CF71
Black with #D6CF71
Text Example
Text Example
White with #D6CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF71; }
p { color: rgb(214,207,113); }
H1.HeaderClassName
{
color: #D6CF71;
}
.AnyTagClassName
{
color: #D6CF71;
}
</style>
background-color css
<style>
a { background-color: #D6CF71; }
a { background-color: rgb(214,207,113); }
div.DivClassName
{
background-color: #D6CF71;
}
.BgClassName
{
background-color: #D6CF71;
}
</style>
border-color css
<style>
span { border-color: #D6CF71; }
span { border-color: rgb(214,207,113); }
td.TdClassName
{
border-color: #D6CF71;
}
.TagClassName
{
border-color: #D6CF71;
}
</style>