Shades of Goldenrod #D6CD6C
Tints of Goldenrod #D6CD6C
RGB
CMYK
RGB Variations
Color information
#D6CD6C (or 0xD6CD6C) is known color: Goldenrod. HEX triplet: D6, CD and 6C. RGB value is (214,205,108). Sum of RGB (Red+Green+Blue) = 214+205+108=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD6C is #293293. Grayscale: #C5C5C5. Windows color (decimal): -2699924 or 7130582. OLE color: 7130582.
HSL color Cylindrical-coordinate representation of color #D6CD6C: hue angle of 54.91º 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 #D6CD6C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 108 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.16 |
| HSL | 54.91º | 0.56% | 0.63% | - |
| HSV(B) | 54.91º | 0.5% | 0.84% | - |
| XYZ | 52.27 | 59.04 | 22.83 | - |
| YUV | 196.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 108 | 0 | 0.04 | 0.50 | 0.16 | 54.91 | 0.56 | 0.63 |
| Hex | D6 | CD | 6C | 0 | 4 | 32 | 10 | 37 | 38 | 3F |
| Octal | 326 | 315 | 154 | 0 | 4 | 62 | 20 | 67 | 70 | 77 |
| Binary | 11010110 | 11001101 | 1101100 | 0 | 100 | 110010 | 10000 | 110111 | 111000 | 111111 |
Color Harmonies of #D6CD6C
Complementary color
Monochromatic Colors of #D6CD6C
Black with #D6CD6C
Text Example
Text Example
White with #D6CD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CD6C; }
p { color: rgb(214,205,108); }
H1.HeaderClassName
{
color: #D6CD6C;
}
.AnyTagClassName
{
color: #D6CD6C;
}
</style>
background-color css
<style>
a { background-color: #D6CD6C; }
a { background-color: rgb(214,205,108); }
div.DivClassName
{
background-color: #D6CD6C;
}
.BgClassName
{
background-color: #D6CD6C;
}
</style>
border-color css
<style>
span { border-color: #D6CD6C; }
span { border-color: rgb(214,205,108); }
td.TdClassName
{
border-color: #D6CD6C;
}
.TagClassName
{
border-color: #D6CD6C;
}
</style>