Shades of Goldenrod #D6CE6C
Tints of Goldenrod #D6CE6C
RGB
CMYK
RGB Variations
Color information
#D6CE6C (or 0xD6CE6C) is known color: Goldenrod. HEX triplet: D6, CE and 6C. RGB value is (214,206,108). Sum of RGB (Red+Green+Blue) = 214+206+108=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE6C is #293193. Grayscale: #C5C5C5. Windows color (decimal): -2699668 or 7130838. OLE color: 7130838.
HSL color Cylindrical-coordinate representation of color #D6CE6C: hue angle of 55.47º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6CE6C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 108 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.16 |
| HSL | 55.47º | 0.56% | 0.63% | - |
| HSV(B) | 55.47º | 0.5% | 0.84% | - |
| XYZ | 52.51 | 59.52 | 22.91 | - |
| YUV | 197.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 108 | 0 | 0.04 | 0.50 | 0.16 | 55.47 | 0.56 | 0.63 |
| Hex | D6 | CE | 6C | 0 | 4 | 32 | 10 | 37 | 38 | 3F |
| Octal | 326 | 316 | 154 | 0 | 4 | 62 | 20 | 67 | 70 | 77 |
| Binary | 11010110 | 11001110 | 1101100 | 0 | 100 | 110010 | 10000 | 110111 | 111000 | 111111 |
Color Harmonies of #D6CE6C
Complementary color
Monochromatic Colors of #D6CE6C
Black with #D6CE6C
Text Example
Text Example
White with #D6CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE6C; }
p { color: rgb(214,206,108); }
H1.HeaderClassName
{
color: #D6CE6C;
}
.AnyTagClassName
{
color: #D6CE6C;
}
</style>
background-color css
<style>
a { background-color: #D6CE6C; }
a { background-color: rgb(214,206,108); }
div.DivClassName
{
background-color: #D6CE6C;
}
.BgClassName
{
background-color: #D6CE6C;
}
</style>
border-color css
<style>
span { border-color: #D6CE6C; }
span { border-color: rgb(214,206,108); }
td.TdClassName
{
border-color: #D6CE6C;
}
.TagClassName
{
border-color: #D6CE6C;
}
</style>