Shades of Goldenrod #D5DD6C
Tints of Goldenrod #D5DD6C
RGB
CMYK
RGB Variations
Color information
#D5DD6C (or 0xD5DD6C) is known color: Goldenrod. HEX triplet: D5, DD and 6C. RGB value is (213,221,108). Sum of RGB (Red+Green+Blue) = 213+221+108=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD6C is #2A2293. Grayscale: #CECECE. Windows color (decimal): -2761364 or 7134677. OLE color: 7134677.
HSL color Cylindrical-coordinate representation of color #D5DD6C: hue angle of 64.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5DD6C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 108 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.13 |
| HSL | 64.25º | 0.62% | 0.65% | - |
| HSV(B) | 64.25º | 0.51% | 0.87% | - |
| XYZ | 56 | 66.94 | 24.16 | - |
| YUV | 205.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 108 | 0.04 | 0 | 0.51 | 0.13 | 64.25 | 0.62 | 0.65 |
| Hex | D5 | DD | 6C | 4 | 0 | 33 | D | 40 | 3E | 41 |
| Octal | 325 | 335 | 154 | 4 | 0 | 63 | 15 | 100 | 76 | 101 |
| Binary | 11010101 | 11011101 | 1101100 | 100 | 0 | 110011 | 1101 | 1000000 | 111110 | 1000001 |
Color Harmonies of #D5DD6C
Complementary color
Monochromatic Colors of #D5DD6C
Black with #D5DD6C
Text Example
Text Example
White with #D5DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD6C; }
p { color: rgb(213,221,108); }
H1.HeaderClassName
{
color: #D5DD6C;
}
.AnyTagClassName
{
color: #D5DD6C;
}
</style>
background-color css
<style>
a { background-color: #D5DD6C; }
a { background-color: rgb(213,221,108); }
div.DivClassName
{
background-color: #D5DD6C;
}
.BgClassName
{
background-color: #D5DD6C;
}
</style>
border-color css
<style>
span { border-color: #D5DD6C; }
span { border-color: rgb(213,221,108); }
td.TdClassName
{
border-color: #D5DD6C;
}
.TagClassName
{
border-color: #D5DD6C;
}
</style>