Shades of Goldenrod #D6D478
Tints of Goldenrod #D6D478
RGB
CMYK
RGB Variations
Color information
#D6D478 (or 0xD6D478) is known color: Goldenrod. HEX triplet: D6, D4 and 78. RGB value is (214,212,120). Sum of RGB (Red+Green+Blue) = 214+212+120=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D478 is #292B87. Grayscale: #CACACA. Windows color (decimal): -2698120 or 7918806. OLE color: 7918806.
HSL color Cylindrical-coordinate representation of color #D6D478: hue angle of 58.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6D478 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 120 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.16 |
| HSL | 58.72º | 0.53% | 0.65% | - |
| HSV(B) | 58.72º | 0.44% | 0.84% | - |
| XYZ | 54.67 | 62.74 | 27 | - |
| YUV | 202.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 120 | 0 | 0.01 | 0.44 | 0.16 | 58.72 | 0.53 | 0.65 |
| Hex | D6 | D4 | 78 | 0 | 1 | 2C | 10 | 3B | 35 | 41 |
| Octal | 326 | 324 | 170 | 0 | 1 | 54 | 20 | 73 | 65 | 101 |
| Binary | 11010110 | 11010100 | 1111000 | 0 | 1 | 101100 | 10000 | 111011 | 110101 | 1000001 |
Color Harmonies of #D6D478
Complementary color
Monochromatic Colors of #D6D478
Black with #D6D478
Text Example
Text Example
White with #D6D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D478; }
p { color: rgb(214,212,120); }
H1.HeaderClassName
{
color: #D6D478;
}
.AnyTagClassName
{
color: #D6D478;
}
</style>
background-color css
<style>
a { background-color: #D6D478; }
a { background-color: rgb(214,212,120); }
div.DivClassName
{
background-color: #D6D478;
}
.BgClassName
{
background-color: #D6D478;
}
</style>
border-color css
<style>
span { border-color: #D6D478; }
span { border-color: rgb(214,212,120); }
td.TdClassName
{
border-color: #D6D478;
}
.TagClassName
{
border-color: #D6D478;
}
</style>