Shades of Goldenrod #D6D46C
Tints of Goldenrod #D6D46C
RGB
CMYK
RGB Variations
Color information
#D6D46C (or 0xD6D46C) is known color: Goldenrod. HEX triplet: D6, D4 and 6C. RGB value is (214,212,108). Sum of RGB (Red+Green+Blue) = 214+212+108=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D46C is #292B93. Grayscale: #C9C9C9. Windows color (decimal): -2698132 or 7132374. OLE color: 7132374.
HSL color Cylindrical-coordinate representation of color #D6D46C: hue angle of 58.87º 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 #D6D46C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 108 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.16 |
| HSL | 58.87º | 0.56% | 0.63% | - |
| HSV(B) | 58.87º | 0.5% | 0.84% | - |
| XYZ | 53.98 | 62.47 | 23.4 | - |
| YUV | 200.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 108 | 0 | 0.01 | 0.50 | 0.16 | 58.87 | 0.56 | 0.63 |
| Hex | D6 | D4 | 6C | 0 | 1 | 32 | 10 | 3B | 38 | 3F |
| Octal | 326 | 324 | 154 | 0 | 1 | 62 | 20 | 73 | 70 | 77 |
| Binary | 11010110 | 11010100 | 1101100 | 0 | 1 | 110010 | 10000 | 111011 | 111000 | 111111 |
Color Harmonies of #D6D46C
Complementary color
Monochromatic Colors of #D6D46C
Black with #D6D46C
Text Example
Text Example
White with #D6D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D46C; }
p { color: rgb(214,212,108); }
H1.HeaderClassName
{
color: #D6D46C;
}
.AnyTagClassName
{
color: #D6D46C;
}
</style>
background-color css
<style>
a { background-color: #D6D46C; }
a { background-color: rgb(214,212,108); }
div.DivClassName
{
background-color: #D6D46C;
}
.BgClassName
{
background-color: #D6D46C;
}
</style>
border-color css
<style>
span { border-color: #D6D46C; }
span { border-color: rgb(214,212,108); }
td.TdClassName
{
border-color: #D6D46C;
}
.TagClassName
{
border-color: #D6D46C;
}
</style>