Shades of Goldenrod #DCD76A
Tints of Goldenrod #DCD76A
RGB
CMYK
RGB Variations
Color information
#DCD76A (or 0xDCD76A) is known color: Goldenrod. HEX triplet: DC, D7 and 6A. RGB value is (220,215,106). Sum of RGB (Red+Green+Blue) = 220+215+106=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD76A is #232895. Grayscale: #CCCCCC. Windows color (decimal): -2304150 or 7002076. OLE color: 7002076.
HSL color Cylindrical-coordinate representation of color #DCD76A: hue angle of 57.37º 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 #DCD76A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 106 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.14 |
| HSL | 57.37º | 0.62% | 0.64% | - |
| HSV(B) | 57.37º | 0.52% | 0.86% | - |
| XYZ | 56.42 | 64.86 | 23.18 | - |
| YUV | 204.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 106 | 0 | 0.02 | 0.52 | 0.14 | 57.37 | 0.62 | 0.64 |
| Hex | DC | D7 | 6A | 0 | 2 | 34 | E | 39 | 3E | 40 |
| Octal | 334 | 327 | 152 | 0 | 2 | 64 | 16 | 71 | 76 | 100 |
| Binary | 11011100 | 11010111 | 1101010 | 0 | 10 | 110100 | 1110 | 111001 | 111110 | 1000000 |
Color Harmonies of #DCD76A
Complementary color
Monochromatic Colors of #DCD76A
Black with #DCD76A
Text Example
Text Example
White with #DCD76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD76A; }
p { color: rgb(220,215,106); }
H1.HeaderClassName
{
color: #DCD76A;
}
.AnyTagClassName
{
color: #DCD76A;
}
</style>
background-color css
<style>
a { background-color: #DCD76A; }
a { background-color: rgb(220,215,106); }
div.DivClassName
{
background-color: #DCD76A;
}
.BgClassName
{
background-color: #DCD76A;
}
</style>
border-color css
<style>
span { border-color: #DCD76A; }
span { border-color: rgb(220,215,106); }
td.TdClassName
{
border-color: #DCD76A;
}
.TagClassName
{
border-color: #DCD76A;
}
</style>