Shades of Goldenrod #D6CF64
Tints of Goldenrod #D6CF64
RGB
CMYK
RGB Variations
Color information
#D6CF64 (or 0xD6CF64) is known color: Goldenrod. HEX triplet: D6, CF and 64. RGB value is (214,207,100). Sum of RGB (Red+Green+Blue) = 214+207+100=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF64 is #29309B. Grayscale: #C5C5C5. Windows color (decimal): -2699420 or 6606806. OLE color: 6606806.
HSL color Cylindrical-coordinate representation of color #D6CF64: hue angle of 56.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6CF64 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 100 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.16 |
| HSL | 56.32º | 0.58% | 0.62% | - |
| HSV(B) | 56.32º | 0.53% | 0.84% | - |
| XYZ | 52.34 | 59.84 | 20.85 | - |
| YUV | 196.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 100 | 0 | 0.03 | 0.53 | 0.16 | 56.32 | 0.58 | 0.62 |
| Hex | D6 | CF | 64 | 0 | 3 | 35 | 10 | 38 | 3A | 3E |
| Octal | 326 | 317 | 144 | 0 | 3 | 65 | 20 | 70 | 72 | 76 |
| Binary | 11010110 | 11001111 | 1100100 | 0 | 11 | 110101 | 10000 | 111000 | 111010 | 111110 |
Color Harmonies of #D6CF64
Complementary color
Monochromatic Colors of #D6CF64
Black with #D6CF64
Text Example
Text Example
White with #D6CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF64; }
p { color: rgb(214,207,100); }
H1.HeaderClassName
{
color: #D6CF64;
}
.AnyTagClassName
{
color: #D6CF64;
}
</style>
background-color css
<style>
a { background-color: #D6CF64; }
a { background-color: rgb(214,207,100); }
div.DivClassName
{
background-color: #D6CF64;
}
.BgClassName
{
background-color: #D6CF64;
}
</style>
border-color css
<style>
span { border-color: #D6CF64; }
span { border-color: rgb(214,207,100); }
td.TdClassName
{
border-color: #D6CF64;
}
.TagClassName
{
border-color: #D6CF64;
}
</style>