Shades of Goldenrod #D6CF74
Tints of Goldenrod #D6CF74
RGB
CMYK
RGB Variations
Color information
#D6CF74 (or 0xD6CF74) is known color: Goldenrod. HEX triplet: D6, CF and 74. RGB value is (214,207,116). Sum of RGB (Red+Green+Blue) = 214+207+116=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF74 is #29308B. Grayscale: #C7C7C7. Windows color (decimal): -2699404 or 7655382. OLE color: 7655382.
HSL color Cylindrical-coordinate representation of color #D6CF74: hue angle of 55.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6CF74 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 116 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.16 |
| HSL | 55.71º | 0.54% | 0.65% | - |
| HSV(B) | 55.71º | 0.46% | 0.84% | - |
| XYZ | 53.2 | 60.18 | 25.34 | - |
| YUV | 198.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 116 | 0 | 0.03 | 0.46 | 0.16 | 55.71 | 0.54 | 0.65 |
| Hex | D6 | CF | 74 | 0 | 3 | 2E | 10 | 38 | 36 | 41 |
| Octal | 326 | 317 | 164 | 0 | 3 | 56 | 20 | 70 | 66 | 101 |
| Binary | 11010110 | 11001111 | 1110100 | 0 | 11 | 101110 | 10000 | 111000 | 110110 | 1000001 |
Color Harmonies of #D6CF74
Complementary color
Monochromatic Colors of #D6CF74
Black with #D6CF74
Text Example
Text Example
White with #D6CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF74; }
p { color: rgb(214,207,116); }
H1.HeaderClassName
{
color: #D6CF74;
}
.AnyTagClassName
{
color: #D6CF74;
}
</style>
background-color css
<style>
a { background-color: #D6CF74; }
a { background-color: rgb(214,207,116); }
div.DivClassName
{
background-color: #D6CF74;
}
.BgClassName
{
background-color: #D6CF74;
}
</style>
border-color css
<style>
span { border-color: #D6CF74; }
span { border-color: rgb(214,207,116); }
td.TdClassName
{
border-color: #D6CF74;
}
.TagClassName
{
border-color: #D6CF74;
}
</style>