Shades of Goldenrod #D6DC73
Tints of Goldenrod #D6DC73
RGB
CMYK
RGB Variations
Color information
#D6DC73 (or 0xD6DC73) is known color: Goldenrod. HEX triplet: D6, DC and 73. RGB value is (214,220,115). Sum of RGB (Red+Green+Blue) = 214+220+115=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC73 is #29238C. Grayscale: #CECECE. Windows color (decimal): -2696077 or 7593174. OLE color: 7593174.
HSL color Cylindrical-coordinate representation of color #D6DC73: hue angle of 63.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6DC73 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 115 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.14 |
| HSL | 63.43º | 0.6% | 0.66% | - |
| HSV(B) | 63.43º | 0.48% | 0.86% | - |
| XYZ | 56.42 | 66.72 | 26.12 | - |
| YUV | 206.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 115 | 0.03 | 0 | 0.48 | 0.14 | 63.43 | 0.6 | 0.66 |
| Hex | D6 | DC | 73 | 3 | 0 | 30 | E | 3F | 3C | 42 |
| Octal | 326 | 334 | 163 | 3 | 0 | 60 | 16 | 77 | 74 | 102 |
| Binary | 11010110 | 11011100 | 1110011 | 11 | 0 | 110000 | 1110 | 111111 | 111100 | 1000010 |
Color Harmonies of #D6DC73
Complementary color
Monochromatic Colors of #D6DC73
Black with #D6DC73
Text Example
Text Example
White with #D6DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC73; }
p { color: rgb(214,220,115); }
H1.HeaderClassName
{
color: #D6DC73;
}
.AnyTagClassName
{
color: #D6DC73;
}
</style>
background-color css
<style>
a { background-color: #D6DC73; }
a { background-color: rgb(214,220,115); }
div.DivClassName
{
background-color: #D6DC73;
}
.BgClassName
{
background-color: #D6DC73;
}
</style>
border-color css
<style>
span { border-color: #D6DC73; }
span { border-color: rgb(214,220,115); }
td.TdClassName
{
border-color: #D6DC73;
}
.TagClassName
{
border-color: #D6DC73;
}
</style>