Shades of Goldenrod #DCDA7A
Tints of Goldenrod #DCDA7A
RGB
CMYK
RGB Variations
Color information
#DCDA7A (or 0xDCDA7A) is known color: Goldenrod. HEX triplet: DC, DA and 7A. RGB value is (220,218,122). Sum of RGB (Red+Green+Blue) = 220+218+122=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7A is #232585. Grayscale: #D0D0D0. Windows color (decimal): -2303366 or 8051420. OLE color: 8051420.
HSL color Cylindrical-coordinate representation of color #DCDA7A: hue angle of 58.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCDA7A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 122 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.14 |
| HSL | 58.78º | 0.58% | 0.67% | - |
| HSV(B) | 58.78º | 0.45% | 0.86% | - |
| XYZ | 58.1 | 66.76 | 28.24 | - |
| YUV | 207.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 122 | 0 | 0.01 | 0.45 | 0.14 | 58.78 | 0.58 | 0.67 |
| Hex | DC | DA | 7A | 0 | 1 | 2D | E | 3B | 3A | 43 |
| Octal | 334 | 332 | 172 | 0 | 1 | 55 | 16 | 73 | 72 | 103 |
| Binary | 11011100 | 11011010 | 1111010 | 0 | 1 | 101101 | 1110 | 111011 | 111010 | 1000011 |
Color Harmonies of #DCDA7A
Complementary color
Monochromatic Colors of #DCDA7A
Black with #DCDA7A
Text Example
Text Example
White with #DCDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA7A; }
p { color: rgb(220,218,122); }
H1.HeaderClassName
{
color: #DCDA7A;
}
.AnyTagClassName
{
color: #DCDA7A;
}
</style>
background-color css
<style>
a { background-color: #DCDA7A; }
a { background-color: rgb(220,218,122); }
div.DivClassName
{
background-color: #DCDA7A;
}
.BgClassName
{
background-color: #DCDA7A;
}
</style>
border-color css
<style>
span { border-color: #DCDA7A; }
span { border-color: rgb(220,218,122); }
td.TdClassName
{
border-color: #DCDA7A;
}
.TagClassName
{
border-color: #DCDA7A;
}
</style>