Shades of Goldenrod #DCDB71
Tints of Goldenrod #DCDB71
RGB
CMYK
RGB Variations
Color information
#DCDB71 (or 0xDCDB71) is known color: Goldenrod. HEX triplet: DC, DB and 71. RGB value is (220,219,113). Sum of RGB (Red+Green+Blue) = 220+219+113=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB71 is #23248E. Grayscale: #CFCFCF. Windows color (decimal): -2303119 or 7461852. OLE color: 7461852.
HSL color Cylindrical-coordinate representation of color #DCDB71: hue angle of 59.44º 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 #DCDB71 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 113 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.14 |
| HSL | 59.44º | 0.6% | 0.65% | - |
| HSV(B) | 59.44º | 0.49% | 0.86% | - |
| XYZ | 57.83 | 67.07 | 25.52 | - |
| YUV | 207.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 113 | 0 | 0.00 | 0.49 | 0.14 | 59.44 | 0.6 | 0.65 |
| Hex | DC | DB | 71 | 0 | 0 | 31 | E | 3B | 3C | 41 |
| Octal | 334 | 333 | 161 | 0 | 0 | 61 | 16 | 73 | 74 | 101 |
| Binary | 11011100 | 11011011 | 1110001 | 0 | 0 | 110001 | 1110 | 111011 | 111100 | 1000001 |
Color Harmonies of #DCDB71
Complementary color
Monochromatic Colors of #DCDB71
Black with #DCDB71
Text Example
Text Example
White with #DCDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB71; }
p { color: rgb(220,219,113); }
H1.HeaderClassName
{
color: #DCDB71;
}
.AnyTagClassName
{
color: #DCDB71;
}
</style>
background-color css
<style>
a { background-color: #DCDB71; }
a { background-color: rgb(220,219,113); }
div.DivClassName
{
background-color: #DCDB71;
}
.BgClassName
{
background-color: #DCDB71;
}
</style>
border-color css
<style>
span { border-color: #DCDB71; }
span { border-color: rgb(220,219,113); }
td.TdClassName
{
border-color: #DCDB71;
}
.TagClassName
{
border-color: #DCDB71;
}
</style>