Shades of Goldenrod #D6D178
Tints of Goldenrod #D6D178
RGB
CMYK
RGB Variations
Color information
#D6D178 (or 0xD6D178) is known color: Goldenrod. HEX triplet: D6, D1 and 78. RGB value is (214,209,120). Sum of RGB (Red+Green+Blue) = 214+209+120=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D178 is #292E87. Grayscale: #C8C8C8. Windows color (decimal): -2698888 or 7918038. OLE color: 7918038.
HSL color Cylindrical-coordinate representation of color #D6D178: hue angle of 56.81º 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 #D6D178 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 120 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.16 |
| HSL | 56.81º | 0.53% | 0.65% | - |
| HSV(B) | 56.81º | 0.44% | 0.84% | - |
| XYZ | 53.92 | 61.25 | 26.75 | - |
| YUV | 200.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 120 | 0 | 0.02 | 0.44 | 0.16 | 56.81 | 0.53 | 0.65 |
| Hex | D6 | D1 | 78 | 0 | 2 | 2C | 10 | 39 | 35 | 41 |
| Octal | 326 | 321 | 170 | 0 | 2 | 54 | 20 | 71 | 65 | 101 |
| Binary | 11010110 | 11010001 | 1111000 | 0 | 10 | 101100 | 10000 | 111001 | 110101 | 1000001 |
Color Harmonies of #D6D178
Complementary color
Monochromatic Colors of #D6D178
Black with #D6D178
Text Example
Text Example
White with #D6D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D178; }
p { color: rgb(214,209,120); }
H1.HeaderClassName
{
color: #D6D178;
}
.AnyTagClassName
{
color: #D6D178;
}
</style>
background-color css
<style>
a { background-color: #D6D178; }
a { background-color: rgb(214,209,120); }
div.DivClassName
{
background-color: #D6D178;
}
.BgClassName
{
background-color: #D6D178;
}
</style>
border-color css
<style>
span { border-color: #D6D178; }
span { border-color: rgb(214,209,120); }
td.TdClassName
{
border-color: #D6D178;
}
.TagClassName
{
border-color: #D6D178;
}
</style>