Shades of Goldenrod #D6D361
Tints of Goldenrod #D6D361
RGB
CMYK
RGB Variations
Color information
#D6D361 (or 0xD6D361) is known color: Goldenrod. HEX triplet: D6, D3 and 61. RGB value is (214,211,97). Sum of RGB (Red+Green+Blue) = 214+211+97=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D361 is #292C9E. Grayscale: #C7C7C7. Windows color (decimal): -2698399 or 6411222. OLE color: 6411222.
HSL color Cylindrical-coordinate representation of color #D6D361: hue angle of 58.46º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6D361 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 97 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.16 |
| HSL | 58.46º | 0.59% | 0.61% | - |
| HSV(B) | 58.46º | 0.55% | 0.84% | - |
| XYZ | 53.18 | 61.75 | 20.42 | - |
| YUV | 198.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 97 | 0 | 0.01 | 0.55 | 0.16 | 58.46 | 0.59 | 0.61 |
| Hex | D6 | D3 | 61 | 0 | 1 | 37 | 10 | 3A | 3B | 3D |
| Octal | 326 | 323 | 141 | 0 | 1 | 67 | 20 | 72 | 73 | 75 |
| Binary | 11010110 | 11010011 | 1100001 | 0 | 1 | 110111 | 10000 | 111010 | 111011 | 111101 |
Color Harmonies of #D6D361
Complementary color
Monochromatic Colors of #D6D361
Black with #D6D361
Text Example
Text Example
White with #D6D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D361; }
p { color: rgb(214,211,97); }
H1.HeaderClassName
{
color: #D6D361;
}
.AnyTagClassName
{
color: #D6D361;
}
</style>
background-color css
<style>
a { background-color: #D6D361; }
a { background-color: rgb(214,211,97); }
div.DivClassName
{
background-color: #D6D361;
}
.BgClassName
{
background-color: #D6D361;
}
</style>
border-color css
<style>
span { border-color: #D6D361; }
span { border-color: rgb(214,211,97); }
td.TdClassName
{
border-color: #D6D361;
}
.TagClassName
{
border-color: #D6D361;
}
</style>