Shades of Goldenrod #DCDA80
Tints of Goldenrod #DCDA80
RGB
CMYK
RGB Variations
Color information
#DCDA80 (or 0xDCDA80) is known color: Goldenrod. HEX triplet: DC, DA and 80. RGB value is (220,218,128). Sum of RGB (Red+Green+Blue) = 220+218+128=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA80 is #23257F. Grayscale: #D0D0D0. Windows color (decimal): -2303360 or 8444636. OLE color: 8444636.
HSL color Cylindrical-coordinate representation of color #DCDA80: hue angle of 58.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCDA80 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 128 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.14 |
| HSL | 58.7º | 0.57% | 0.68% | - |
| HSV(B) | 58.7º | 0.42% | 0.86% | - |
| XYZ | 58.48 | 66.92 | 30.26 | - |
| YUV | 208.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 128 | 0 | 0.01 | 0.42 | 0.14 | 58.7 | 0.57 | 0.68 |
| Hex | DC | DA | 80 | 0 | 1 | 2A | E | 3B | 39 | 44 |
| Octal | 334 | 332 | 200 | 0 | 1 | 52 | 16 | 73 | 71 | 104 |
| Binary | 11011100 | 11011010 | 10000000 | 0 | 1 | 101010 | 1110 | 111011 | 111001 | 1000100 |
Color Harmonies of #DCDA80
Complementary color
Monochromatic Colors of #DCDA80
Black with #DCDA80
Text Example
Text Example
White with #DCDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA80; }
p { color: rgb(220,218,128); }
H1.HeaderClassName
{
color: #DCDA80;
}
.AnyTagClassName
{
color: #DCDA80;
}
</style>
background-color css
<style>
a { background-color: #DCDA80; }
a { background-color: rgb(220,218,128); }
div.DivClassName
{
background-color: #DCDA80;
}
.BgClassName
{
background-color: #DCDA80;
}
</style>
border-color css
<style>
span { border-color: #DCDA80; }
span { border-color: rgb(220,218,128); }
td.TdClassName
{
border-color: #DCDA80;
}
.TagClassName
{
border-color: #DCDA80;
}
</style>