Shades of Goldenrod #DCD36C
Tints of Goldenrod #DCD36C
RGB
CMYK
RGB Variations
Color information
#DCD36C (or 0xDCD36C) is known color: Goldenrod. HEX triplet: DC, D3 and 6C. RGB value is (220,211,108). Sum of RGB (Red+Green+Blue) = 220+211+108=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD36C is #232C93. Grayscale: #CACACA. Windows color (decimal): -2305172 or 7132124. OLE color: 7132124.
HSL color Cylindrical-coordinate representation of color #DCD36C: hue angle of 55.18º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD36C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 108 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.14 |
| HSL | 55.18º | 0.62% | 0.64% | - |
| HSV(B) | 55.18º | 0.51% | 0.86% | - |
| XYZ | 55.52 | 62.89 | 23.4 | - |
| YUV | 201.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 108 | 0 | 0.04 | 0.51 | 0.14 | 55.18 | 0.62 | 0.64 |
| Hex | DC | D3 | 6C | 0 | 4 | 33 | E | 37 | 3E | 40 |
| Octal | 334 | 323 | 154 | 0 | 4 | 63 | 16 | 67 | 76 | 100 |
| Binary | 11011100 | 11010011 | 1101100 | 0 | 100 | 110011 | 1110 | 110111 | 111110 | 1000000 |
Color Harmonies of #DCD36C
Complementary color
Monochromatic Colors of #DCD36C
Black with #DCD36C
Text Example
Text Example
White with #DCD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD36C; }
p { color: rgb(220,211,108); }
H1.HeaderClassName
{
color: #DCD36C;
}
.AnyTagClassName
{
color: #DCD36C;
}
</style>
background-color css
<style>
a { background-color: #DCD36C; }
a { background-color: rgb(220,211,108); }
div.DivClassName
{
background-color: #DCD36C;
}
.BgClassName
{
background-color: #DCD36C;
}
</style>
border-color css
<style>
span { border-color: #DCD36C; }
span { border-color: rgb(220,211,108); }
td.TdClassName
{
border-color: #DCD36C;
}
.TagClassName
{
border-color: #DCD36C;
}
</style>