Shades of Goldenrod #DCDA7B
Tints of Goldenrod #DCDA7B
RGB
CMYK
RGB Variations
Color information
#DCDA7B (or 0xDCDA7B) is known color: Goldenrod. HEX triplet: DC, DA and 7B. RGB value is (220,218,123). Sum of RGB (Red+Green+Blue) = 220+218+123=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7B is #232584. Grayscale: #D0D0D0. Windows color (decimal): -2303365 or 8116956. OLE color: 8116956.
HSL color Cylindrical-coordinate representation of color #DCDA7B: hue angle of 58.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCDA7B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 123 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.14 |
| HSL | 58.76º | 0.58% | 0.67% | - |
| HSV(B) | 58.76º | 0.44% | 0.86% | - |
| XYZ | 58.16 | 66.79 | 28.56 | - |
| YUV | 207.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 123 | 0 | 0.01 | 0.44 | 0.14 | 58.76 | 0.58 | 0.67 |
| Hex | DC | DA | 7B | 0 | 1 | 2C | E | 3B | 3A | 43 |
| Octal | 334 | 332 | 173 | 0 | 1 | 54 | 16 | 73 | 72 | 103 |
| Binary | 11011100 | 11011010 | 1111011 | 0 | 1 | 101100 | 1110 | 111011 | 111010 | 1000011 |
Color Harmonies of #DCDA7B
Complementary color
Monochromatic Colors of #DCDA7B
Black with #DCDA7B
Text Example
Text Example
White with #DCDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA7B; }
p { color: rgb(220,218,123); }
H1.HeaderClassName
{
color: #DCDA7B;
}
.AnyTagClassName
{
color: #DCDA7B;
}
</style>
background-color css
<style>
a { background-color: #DCDA7B; }
a { background-color: rgb(220,218,123); }
div.DivClassName
{
background-color: #DCDA7B;
}
.BgClassName
{
background-color: #DCDA7B;
}
</style>
border-color css
<style>
span { border-color: #DCDA7B; }
span { border-color: rgb(220,218,123); }
td.TdClassName
{
border-color: #DCDA7B;
}
.TagClassName
{
border-color: #DCDA7B;
}
</style>