Shades of Goldenrod #D6CE64
Tints of Goldenrod #D6CE64
RGB
CMYK
RGB Variations
Color information
#D6CE64 (or 0xD6CE64) is known color: Goldenrod. HEX triplet: D6, CE and 64. RGB value is (214,206,100). Sum of RGB (Red+Green+Blue) = 214+206+100=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE64 is #29319B. Grayscale: #C4C4C4. Windows color (decimal): -2699676 or 6606550. OLE color: 6606550.
HSL color Cylindrical-coordinate representation of color #D6CE64: hue angle of 55.79º 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 #D6CE64 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 100 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.16 |
| HSL | 55.79º | 0.58% | 0.62% | - |
| HSV(B) | 55.79º | 0.53% | 0.84% | - |
| XYZ | 52.1 | 59.36 | 20.77 | - |
| YUV | 196.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 100 | 0 | 0.04 | 0.53 | 0.16 | 55.79 | 0.58 | 0.62 |
| Hex | D6 | CE | 64 | 0 | 4 | 35 | 10 | 38 | 3A | 3E |
| Octal | 326 | 316 | 144 | 0 | 4 | 65 | 20 | 70 | 72 | 76 |
| Binary | 11010110 | 11001110 | 1100100 | 0 | 100 | 110101 | 10000 | 111000 | 111010 | 111110 |
Color Harmonies of #D6CE64
Complementary color
Monochromatic Colors of #D6CE64
Black with #D6CE64
Text Example
Text Example
White with #D6CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE64; }
p { color: rgb(214,206,100); }
H1.HeaderClassName
{
color: #D6CE64;
}
.AnyTagClassName
{
color: #D6CE64;
}
</style>
background-color css
<style>
a { background-color: #D6CE64; }
a { background-color: rgb(214,206,100); }
div.DivClassName
{
background-color: #D6CE64;
}
.BgClassName
{
background-color: #D6CE64;
}
</style>
border-color css
<style>
span { border-color: #D6CE64; }
span { border-color: rgb(214,206,100); }
td.TdClassName
{
border-color: #D6CE64;
}
.TagClassName
{
border-color: #D6CE64;
}
</style>