Shades of Goldenrod #D7DC6D
Tints of Goldenrod #D7DC6D
RGB
CMYK
RGB Variations
Color information
#D7DC6D (or 0xD7DC6D) is known color: Goldenrod. HEX triplet: D7, DC and 6D. RGB value is (215,220,109). Sum of RGB (Red+Green+Blue) = 215+220+109=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC6D is #282392. Grayscale: #CECECE. Windows color (decimal): -2630547 or 7199959. OLE color: 7199959.
HSL color Cylindrical-coordinate representation of color #D7DC6D: hue angle of 62.7º 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 #D7DC6D is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 109 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.14 |
| HSL | 62.7º | 0.61% | 0.65% | - |
| HSV(B) | 62.7º | 0.5% | 0.86% | - |
| XYZ | 56.38 | 66.74 | 24.38 | - |
| YUV | 205.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 109 | 0.02 | 0 | 0.50 | 0.14 | 62.7 | 0.61 | 0.65 |
| Hex | D7 | DC | 6D | 2 | 0 | 32 | E | 3F | 3D | 41 |
| Octal | 327 | 334 | 155 | 2 | 0 | 62 | 16 | 77 | 75 | 101 |
| Binary | 11010111 | 11011100 | 1101101 | 10 | 0 | 110010 | 1110 | 111111 | 111101 | 1000001 |
Color Harmonies of #D7DC6D
Complementary color
Monochromatic Colors of #D7DC6D
Black with #D7DC6D
Text Example
Text Example
White with #D7DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC6D; }
p { color: rgb(215,220,109); }
H1.HeaderClassName
{
color: #D7DC6D;
}
.AnyTagClassName
{
color: #D7DC6D;
}
</style>
background-color css
<style>
a { background-color: #D7DC6D; }
a { background-color: rgb(215,220,109); }
div.DivClassName
{
background-color: #D7DC6D;
}
.BgClassName
{
background-color: #D7DC6D;
}
</style>
border-color css
<style>
span { border-color: #D7DC6D; }
span { border-color: rgb(215,220,109); }
td.TdClassName
{
border-color: #D7DC6D;
}
.TagClassName
{
border-color: #D7DC6D;
}
</style>