Shades of Goldenrod #DCD673
Tints of Goldenrod #DCD673
RGB
CMYK
RGB Variations
Color information
#DCD673 (or 0xDCD673) is known color: Goldenrod. HEX triplet: DC, D6 and 73. RGB value is (220,214,115). Sum of RGB (Red+Green+Blue) = 220+214+115=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD673 is #23298C. Grayscale: #CCCCCC. Windows color (decimal): -2304397 or 7591644. OLE color: 7591644.
HSL color Cylindrical-coordinate representation of color #DCD673: hue angle of 56.57º 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 #DCD673 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 115 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.14 |
| HSL | 56.57º | 0.6% | 0.66% | - |
| HSV(B) | 56.57º | 0.48% | 0.86% | - |
| XYZ | 56.66 | 64.55 | 25.69 | - |
| YUV | 204.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 115 | 0 | 0.03 | 0.48 | 0.14 | 56.57 | 0.6 | 0.66 |
| Hex | DC | D6 | 73 | 0 | 3 | 30 | E | 39 | 3C | 42 |
| Octal | 334 | 326 | 163 | 0 | 3 | 60 | 16 | 71 | 74 | 102 |
| Binary | 11011100 | 11010110 | 1110011 | 0 | 11 | 110000 | 1110 | 111001 | 111100 | 1000010 |
Color Harmonies of #DCD673
Complementary color
Monochromatic Colors of #DCD673
Black with #DCD673
Text Example
Text Example
White with #DCD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD673; }
p { color: rgb(220,214,115); }
H1.HeaderClassName
{
color: #DCD673;
}
.AnyTagClassName
{
color: #DCD673;
}
</style>
background-color css
<style>
a { background-color: #DCD673; }
a { background-color: rgb(220,214,115); }
div.DivClassName
{
background-color: #DCD673;
}
.BgClassName
{
background-color: #DCD673;
}
</style>
border-color css
<style>
span { border-color: #DCD673; }
span { border-color: rgb(220,214,115); }
td.TdClassName
{
border-color: #DCD673;
}
.TagClassName
{
border-color: #DCD673;
}
</style>