Shades of Goldenrod #D5DC6D
Tints of Goldenrod #D5DC6D
RGB
CMYK
RGB Variations
Color information
#D5DC6D (or 0xD5DC6D) is known color: Goldenrod. HEX triplet: D5, DC and 6D. RGB value is (213,220,109). Sum of RGB (Red+Green+Blue) = 213+220+109=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC6D is #2A2392. Grayscale: #CDCDCD. Windows color (decimal): -2761619 or 7199957. OLE color: 7199957.
HSL color Cylindrical-coordinate representation of color #D5DC6D: hue angle of 63.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5DC6D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 109 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.14 |
| HSL | 63.78º | 0.61% | 0.65% | - |
| HSV(B) | 63.78º | 0.5% | 0.86% | - |
| XYZ | 55.79 | 66.44 | 24.35 | - |
| YUV | 205.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 109 | 0.03 | 0 | 0.50 | 0.14 | 63.78 | 0.61 | 0.65 |
| Hex | D5 | DC | 6D | 3 | 0 | 32 | E | 40 | 3D | 41 |
| Octal | 325 | 334 | 155 | 3 | 0 | 62 | 16 | 100 | 75 | 101 |
| Binary | 11010101 | 11011100 | 1101101 | 11 | 0 | 110010 | 1110 | 1000000 | 111101 | 1000001 |
Color Harmonies of #D5DC6D
Complementary color
Monochromatic Colors of #D5DC6D
Black with #D5DC6D
Text Example
Text Example
White with #D5DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC6D; }
p { color: rgb(213,220,109); }
H1.HeaderClassName
{
color: #D5DC6D;
}
.AnyTagClassName
{
color: #D5DC6D;
}
</style>
background-color css
<style>
a { background-color: #D5DC6D; }
a { background-color: rgb(213,220,109); }
div.DivClassName
{
background-color: #D5DC6D;
}
.BgClassName
{
background-color: #D5DC6D;
}
</style>
border-color css
<style>
span { border-color: #D5DC6D; }
span { border-color: rgb(213,220,109); }
td.TdClassName
{
border-color: #D5DC6D;
}
.TagClassName
{
border-color: #D5DC6D;
}
</style>