Shades of Goldenrod #D6D364
Tints of Goldenrod #D6D364
RGB
CMYK
RGB Variations
Color information
#D6D364 (or 0xD6D364) is known color: Goldenrod. HEX triplet: D6, D3 and 64. RGB value is (214,211,100). Sum of RGB (Red+Green+Blue) = 214+211+100=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D364 is #292C9B. Grayscale: #C7C7C7. Windows color (decimal): -2698396 or 6607830. OLE color: 6607830.
HSL color Cylindrical-coordinate representation of color #D6D364: hue angle of 58.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6D364 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 100 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.16 |
| HSL | 58.42º | 0.58% | 0.62% | - |
| HSV(B) | 58.42º | 0.53% | 0.84% | - |
| XYZ | 53.33 | 61.8 | 21.18 | - |
| YUV | 199.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 100 | 0 | 0.01 | 0.53 | 0.16 | 58.42 | 0.58 | 0.62 |
| Hex | D6 | D3 | 64 | 0 | 1 | 35 | 10 | 3A | 3A | 3E |
| Octal | 326 | 323 | 144 | 0 | 1 | 65 | 20 | 72 | 72 | 76 |
| Binary | 11010110 | 11010011 | 1100100 | 0 | 1 | 110101 | 10000 | 111010 | 111010 | 111110 |
Color Harmonies of #D6D364
Complementary color
Monochromatic Colors of #D6D364
Black with #D6D364
Text Example
Text Example
White with #D6D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D364; }
p { color: rgb(214,211,100); }
H1.HeaderClassName
{
color: #D6D364;
}
.AnyTagClassName
{
color: #D6D364;
}
</style>
background-color css
<style>
a { background-color: #D6D364; }
a { background-color: rgb(214,211,100); }
div.DivClassName
{
background-color: #D6D364;
}
.BgClassName
{
background-color: #D6D364;
}
</style>
border-color css
<style>
span { border-color: #D6D364; }
span { border-color: rgb(214,211,100); }
td.TdClassName
{
border-color: #D6D364;
}
.TagClassName
{
border-color: #D6D364;
}
</style>