Shades of Goldenrod #D6D56C
Tints of Goldenrod #D6D56C
RGB
CMYK
RGB Variations
Color information
#D6D56C (or 0xD6D56C) is known color: Goldenrod. HEX triplet: D6, D5 and 6C. RGB value is (214,213,108). Sum of RGB (Red+Green+Blue) = 214+213+108=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D56C is #292A93. Grayscale: #C9C9C9. Windows color (decimal): -2697876 or 7132630. OLE color: 7132630.
HSL color Cylindrical-coordinate representation of color #D6D56C: hue angle of 59.43º 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 #D6D56C is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 108 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.16 |
| HSL | 59.43º | 0.56% | 0.63% | - |
| HSV(B) | 59.43º | 0.5% | 0.84% | - |
| XYZ | 54.23 | 62.97 | 23.48 | - |
| YUV | 201.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 108 | 0 | 0.00 | 0.50 | 0.16 | 59.43 | 0.56 | 0.63 |
| Hex | D6 | D5 | 6C | 0 | 0 | 32 | 10 | 3B | 38 | 3F |
| Octal | 326 | 325 | 154 | 0 | 0 | 62 | 20 | 73 | 70 | 77 |
| Binary | 11010110 | 11010101 | 1101100 | 0 | 0 | 110010 | 10000 | 111011 | 111000 | 111111 |
Color Harmonies of #D6D56C
Complementary color
Monochromatic Colors of #D6D56C
Black with #D6D56C
Text Example
Text Example
White with #D6D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D56C; }
p { color: rgb(214,213,108); }
H1.HeaderClassName
{
color: #D6D56C;
}
.AnyTagClassName
{
color: #D6D56C;
}
</style>
background-color css
<style>
a { background-color: #D6D56C; }
a { background-color: rgb(214,213,108); }
div.DivClassName
{
background-color: #D6D56C;
}
.BgClassName
{
background-color: #D6D56C;
}
</style>
border-color css
<style>
span { border-color: #D6D56C; }
span { border-color: rgb(214,213,108); }
td.TdClassName
{
border-color: #D6D56C;
}
.TagClassName
{
border-color: #D6D56C;
}
</style>