Shades of Goldenrod #D5D566
Tints of Goldenrod #D5D566
RGB
CMYK
RGB Variations
Color information
#D5D566 (or 0xD5D566) is known color: Goldenrod. HEX triplet: D5, D5 and 66. RGB value is (213,213,102). Sum of RGB (Red+Green+Blue) = 213+213+102=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D566 is #2A2A99. Grayscale: #C8C8C8. Windows color (decimal): -2763418 or 6739413. OLE color: 6739413.
HSL color Cylindrical-coordinate representation of color #D5D566: hue angle of 60º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5D566 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 102 | - |
| CMYK | 0 | 0 | 0.52 | 0.16 |
| HSL | 60º | 0.57% | 0.62% | - |
| HSV(B) | 60º | 0.52% | 0.84% | - |
| XYZ | 53.63 | 62.69 | 21.84 | - |
| YUV | 200.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 102 | 0 | 0 | 0.52 | 0.16 | 60 | 0.57 | 0.62 |
| Hex | D5 | D5 | 66 | 0 | 0 | 34 | 10 | 3C | 39 | 3E |
| Octal | 325 | 325 | 146 | 0 | 0 | 64 | 20 | 74 | 71 | 76 |
| Binary | 11010101 | 11010101 | 1100110 | 0 | 0 | 110100 | 10000 | 111100 | 111001 | 111110 |
Color Harmonies of #D5D566
Complementary color
Monochromatic Colors of #D5D566
Black with #D5D566
Text Example
Text Example
White with #D5D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D566; }
p { color: rgb(213,213,102); }
H1.HeaderClassName
{
color: #D5D566;
}
.AnyTagClassName
{
color: #D5D566;
}
</style>
background-color css
<style>
a { background-color: #D5D566; }
a { background-color: rgb(213,213,102); }
div.DivClassName
{
background-color: #D5D566;
}
.BgClassName
{
background-color: #D5D566;
}
</style>
border-color css
<style>
span { border-color: #D5D566; }
span { border-color: rgb(213,213,102); }
td.TdClassName
{
border-color: #D5D566;
}
.TagClassName
{
border-color: #D5D566;
}
</style>