Shades of Goldenrod #DCD96A
Tints of Goldenrod #DCD96A
RGB
CMYK
RGB Variations
Color information
#DCD96A (or 0xDCD96A) is known color: Goldenrod. HEX triplet: DC, D9 and 6A. RGB value is (220,217,106). Sum of RGB (Red+Green+Blue) = 220+217+106=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD96A is #232695. Grayscale: #CDCDCD. Windows color (decimal): -2303638 or 7002588. OLE color: 7002588.
HSL color Cylindrical-coordinate representation of color #DCD96A: hue angle of 58.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCD96A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 106 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.14 |
| HSL | 58.42º | 0.62% | 0.64% | - |
| HSV(B) | 58.42º | 0.52% | 0.86% | - |
| XYZ | 56.93 | 65.88 | 23.35 | - |
| YUV | 205.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 106 | 0 | 0.01 | 0.52 | 0.14 | 58.42 | 0.62 | 0.64 |
| Hex | DC | D9 | 6A | 0 | 1 | 34 | E | 3A | 3E | 40 |
| Octal | 334 | 331 | 152 | 0 | 1 | 64 | 16 | 72 | 76 | 100 |
| Binary | 11011100 | 11011001 | 1101010 | 0 | 1 | 110100 | 1110 | 111010 | 111110 | 1000000 |
Color Harmonies of #DCD96A
Complementary color
Monochromatic Colors of #DCD96A
Black with #DCD96A
Text Example
Text Example
White with #DCD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD96A; }
p { color: rgb(220,217,106); }
H1.HeaderClassName
{
color: #DCD96A;
}
.AnyTagClassName
{
color: #DCD96A;
}
</style>
background-color css
<style>
a { background-color: #DCD96A; }
a { background-color: rgb(220,217,106); }
div.DivClassName
{
background-color: #DCD96A;
}
.BgClassName
{
background-color: #DCD96A;
}
</style>
border-color css
<style>
span { border-color: #DCD96A; }
span { border-color: rgb(220,217,106); }
td.TdClassName
{
border-color: #DCD96A;
}
.TagClassName
{
border-color: #DCD96A;
}
</style>