Shades of Goldenrod #D6D67C
Tints of Goldenrod #D6D67C
RGB
CMYK
RGB Variations
Color information
#D6D67C (or 0xD6D67C) is known color: Goldenrod. HEX triplet: D6, D6 and 7C. RGB value is (214,214,124). Sum of RGB (Red+Green+Blue) = 214+214+124=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D67C is #292983. Grayscale: #CCCCCC. Windows color (decimal): -2697604 or 8181462. OLE color: 8181462.
HSL color Cylindrical-coordinate representation of color #D6D67C: hue angle of 60º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6D67C is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 214 | 124 | - |
| CMYK | 0 | 0 | 0.42 | 0.16 |
| HSL | 60º | 0.52% | 0.66% | - |
| HSV(B) | 60º | 0.42% | 0.84% | - |
| XYZ | 55.42 | 63.84 | 28.47 | - |
| YUV | 203.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 214 | 124 | 0 | 0 | 0.42 | 0.16 | 60 | 0.52 | 0.66 |
| Hex | D6 | D6 | 7C | 0 | 0 | 2A | 10 | 3C | 34 | 42 |
| Octal | 326 | 326 | 174 | 0 | 0 | 52 | 20 | 74 | 64 | 102 |
| Binary | 11010110 | 11010110 | 1111100 | 0 | 0 | 101010 | 10000 | 111100 | 110100 | 1000010 |
Color Harmonies of #D6D67C
Complementary color
Monochromatic Colors of #D6D67C
Black with #D6D67C
Text Example
Text Example
White with #D6D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D67C; }
p { color: rgb(214,214,124); }
H1.HeaderClassName
{
color: #D6D67C;
}
.AnyTagClassName
{
color: #D6D67C;
}
</style>
background-color css
<style>
a { background-color: #D6D67C; }
a { background-color: rgb(214,214,124); }
div.DivClassName
{
background-color: #D6D67C;
}
.BgClassName
{
background-color: #D6D67C;
}
</style>
border-color css
<style>
span { border-color: #D6D67C; }
span { border-color: rgb(214,214,124); }
td.TdClassName
{
border-color: #D6D67C;
}
.TagClassName
{
border-color: #D6D67C;
}
</style>