Shades of Goldenrod #D5D66F
Tints of Goldenrod #D5D66F
RGB
CMYK
RGB Variations
Color information
#D5D66F (or 0xD5D66F) is known color: Goldenrod. HEX triplet: D5, D6 and 6F. RGB value is (213,214,111). Sum of RGB (Red+Green+Blue) = 213+214+111=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D66F is #2A2990. Grayscale: #CACACA. Windows color (decimal): -2763153 or 7329493. OLE color: 7329493.
HSL color Cylindrical-coordinate representation of color #D5D66F: 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.48%. Process color model (Four color, CMYK) of #D5D66F is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 111 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.16 |
| HSL | 60.58º | 0.56% | 0.64% | - |
| HSV(B) | 60.58º | 0.48% | 0.84% | - |
| XYZ | 54.36 | 63.39 | 24.41 | - |
| YUV | 201.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 111 | 0.00 | 0 | 0.48 | 0.16 | 60.58 | 0.56 | 0.64 |
| Hex | D5 | D6 | 6F | 0 | 0 | 30 | 10 | 3D | 38 | 40 |
| Octal | 325 | 326 | 157 | 0 | 0 | 60 | 20 | 75 | 70 | 100 |
| Binary | 11010101 | 11010110 | 1101111 | 0 | 0 | 110000 | 10000 | 111101 | 111000 | 1000000 |
Color Harmonies of #D5D66F
Complementary color
Monochromatic Colors of #D5D66F
Black with #D5D66F
Text Example
Text Example
White with #D5D66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D66F; }
p { color: rgb(213,214,111); }
H1.HeaderClassName
{
color: #D5D66F;
}
.AnyTagClassName
{
color: #D5D66F;
}
</style>
background-color css
<style>
a { background-color: #D5D66F; }
a { background-color: rgb(213,214,111); }
div.DivClassName
{
background-color: #D5D66F;
}
.BgClassName
{
background-color: #D5D66F;
}
</style>
border-color css
<style>
span { border-color: #D5D66F; }
span { border-color: rgb(213,214,111); }
td.TdClassName
{
border-color: #D5D66F;
}
.TagClassName
{
border-color: #D5D66F;
}
</style>