Shades of Goldenrod #D5D66D
Tints of Goldenrod #D5D66D
RGB
CMYK
RGB Variations
Color information
#D5D66D (or 0xD5D66D) is known color: Goldenrod. HEX triplet: D5, D6 and 6D. RGB value is (213,214,109). Sum of RGB (Red+Green+Blue) = 213+214+109=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D66D is #2A2992. Grayscale: #CACACA. Windows color (decimal): -2763155 or 7198421. OLE color: 7198421.
HSL color Cylindrical-coordinate representation of color #D5D66D: hue angle of 60.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5D66D is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 109 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.16 |
| HSL | 60.57º | 0.56% | 0.63% | - |
| HSV(B) | 60.57º | 0.49% | 0.84% | - |
| XYZ | 54.25 | 63.34 | 23.84 | - |
| YUV | 201.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 109 | 0.00 | 0 | 0.49 | 0.16 | 60.57 | 0.56 | 0.63 |
| Hex | D5 | D6 | 6D | 0 | 0 | 31 | 10 | 3D | 38 | 3F |
| Octal | 325 | 326 | 155 | 0 | 0 | 61 | 20 | 75 | 70 | 77 |
| Binary | 11010101 | 11010110 | 1101101 | 0 | 0 | 110001 | 10000 | 111101 | 111000 | 111111 |
Color Harmonies of #D5D66D
Complementary color
Monochromatic Colors of #D5D66D
Black with #D5D66D
Text Example
Text Example
White with #D5D66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D66D; }
p { color: rgb(213,214,109); }
H1.HeaderClassName
{
color: #D5D66D;
}
.AnyTagClassName
{
color: #D5D66D;
}
</style>
background-color css
<style>
a { background-color: #D5D66D; }
a { background-color: rgb(213,214,109); }
div.DivClassName
{
background-color: #D5D66D;
}
.BgClassName
{
background-color: #D5D66D;
}
</style>
border-color css
<style>
span { border-color: #D5D66D; }
span { border-color: rgb(213,214,109); }
td.TdClassName
{
border-color: #D5D66D;
}
.TagClassName
{
border-color: #D5D66D;
}
</style>