Shades of Goldenrod #DCD871
Tints of Goldenrod #DCD871
RGB
CMYK
RGB Variations
Color information
#DCD871 (or 0xDCD871) is known color: Goldenrod. HEX triplet: DC, D8 and 71. RGB value is (220,216,113). Sum of RGB (Red+Green+Blue) = 220+216+113=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD871 is #23278E. Grayscale: #CDCDCD. Windows color (decimal): -2303887 or 7461084. OLE color: 7461084.
HSL color Cylindrical-coordinate representation of color #DCD871: hue angle of 57.76º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCD871 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 113 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.14 |
| HSL | 57.76º | 0.6% | 0.65% | - |
| HSV(B) | 57.76º | 0.49% | 0.86% | - |
| XYZ | 57.05 | 65.52 | 25.26 | - |
| YUV | 205.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 113 | 0 | 0.02 | 0.49 | 0.14 | 57.76 | 0.6 | 0.65 |
| Hex | DC | D8 | 71 | 0 | 2 | 31 | E | 3A | 3C | 41 |
| Octal | 334 | 330 | 161 | 0 | 2 | 61 | 16 | 72 | 74 | 101 |
| Binary | 11011100 | 11011000 | 1110001 | 0 | 10 | 110001 | 1110 | 111010 | 111100 | 1000001 |
Color Harmonies of #DCD871
Complementary color
Monochromatic Colors of #DCD871
Black with #DCD871
Text Example
Text Example
White with #DCD871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD871; }
p { color: rgb(220,216,113); }
H1.HeaderClassName
{
color: #DCD871;
}
.AnyTagClassName
{
color: #DCD871;
}
</style>
background-color css
<style>
a { background-color: #DCD871; }
a { background-color: rgb(220,216,113); }
div.DivClassName
{
background-color: #DCD871;
}
.BgClassName
{
background-color: #DCD871;
}
</style>
border-color css
<style>
span { border-color: #DCD871; }
span { border-color: rgb(220,216,113); }
td.TdClassName
{
border-color: #DCD871;
}
.TagClassName
{
border-color: #DCD871;
}
</style>