Shades of Goldenrod #D6D36C
Tints of Goldenrod #D6D36C
RGB
CMYK
RGB Variations
Color information
#D6D36C (or 0xD6D36C) is known color: Goldenrod. HEX triplet: D6, D3 and 6C. RGB value is (214,211,108). Sum of RGB (Red+Green+Blue) = 214+211+108=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D36C is #292C93. Grayscale: #C8C8C8. Windows color (decimal): -2698388 or 7132118. OLE color: 7132118.
HSL color Cylindrical-coordinate representation of color #D6D36C: hue angle of 58.3º 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 #D6D36C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 108 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.16 |
| HSL | 58.3º | 0.56% | 0.63% | - |
| HSV(B) | 58.3º | 0.5% | 0.84% | - |
| XYZ | 53.73 | 61.97 | 23.32 | - |
| YUV | 200.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 108 | 0 | 0.01 | 0.50 | 0.16 | 58.3 | 0.56 | 0.63 |
| Hex | D6 | D3 | 6C | 0 | 1 | 32 | 10 | 3A | 38 | 3F |
| Octal | 326 | 323 | 154 | 0 | 1 | 62 | 20 | 72 | 70 | 77 |
| Binary | 11010110 | 11010011 | 1101100 | 0 | 1 | 110010 | 10000 | 111010 | 111000 | 111111 |
Color Harmonies of #D6D36C
Complementary color
Monochromatic Colors of #D6D36C
Black with #D6D36C
Text Example
Text Example
White with #D6D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D36C; }
p { color: rgb(214,211,108); }
H1.HeaderClassName
{
color: #D6D36C;
}
.AnyTagClassName
{
color: #D6D36C;
}
</style>
background-color css
<style>
a { background-color: #D6D36C; }
a { background-color: rgb(214,211,108); }
div.DivClassName
{
background-color: #D6D36C;
}
.BgClassName
{
background-color: #D6D36C;
}
</style>
border-color css
<style>
span { border-color: #D6D36C; }
span { border-color: rgb(214,211,108); }
td.TdClassName
{
border-color: #D6D36C;
}
.TagClassName
{
border-color: #D6D36C;
}
</style>