Shades of Goldenrod #D5D66E
Tints of Goldenrod #D5D66E
RGB
CMYK
RGB Variations
Color information
#D5D66E (or 0xD5D66E) is known color: Goldenrod. HEX triplet: D5, D6 and 6E. RGB value is (213,214,110). Sum of RGB (Red+Green+Blue) = 213+214+110=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D66E is #2A2991. Grayscale: #CACACA. Windows color (decimal): -2763154 or 7263957. OLE color: 7263957.
HSL color Cylindrical-coordinate representation of color #D5D66E: hue angle of 60.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5D66E is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 110 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.16 |
| HSL | 60.58º | 0.56% | 0.64% | - |
| HSV(B) | 60.58º | 0.49% | 0.84% | - |
| XYZ | 54.3 | 63.37 | 24.12 | - |
| YUV | 201.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 110 | 0.00 | 0 | 0.49 | 0.16 | 60.58 | 0.56 | 0.64 |
| Hex | D5 | D6 | 6E | 0 | 0 | 31 | 10 | 3D | 38 | 40 |
| Octal | 325 | 326 | 156 | 0 | 0 | 61 | 20 | 75 | 70 | 100 |
| Binary | 11010101 | 11010110 | 1101110 | 0 | 0 | 110001 | 10000 | 111101 | 111000 | 1000000 |
Color Harmonies of #D5D66E
Complementary color
Monochromatic Colors of #D5D66E
Black with #D5D66E
Text Example
Text Example
White with #D5D66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D66E; }
p { color: rgb(213,214,110); }
H1.HeaderClassName
{
color: #D5D66E;
}
.AnyTagClassName
{
color: #D5D66E;
}
</style>
background-color css
<style>
a { background-color: #D5D66E; }
a { background-color: rgb(213,214,110); }
div.DivClassName
{
background-color: #D5D66E;
}
.BgClassName
{
background-color: #D5D66E;
}
</style>
border-color css
<style>
span { border-color: #D5D66E; }
span { border-color: rgb(213,214,110); }
td.TdClassName
{
border-color: #D5D66E;
}
.TagClassName
{
border-color: #D5D66E;
}
</style>