Shades of Goldenrod #DCD46C
Tints of Goldenrod #DCD46C
RGB
CMYK
RGB Variations
Color information
#DCD46C (or 0xDCD46C) is known color: Goldenrod. HEX triplet: DC, D4 and 6C. RGB value is (220,212,108). Sum of RGB (Red+Green+Blue) = 220+212+108=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD46C is #232B93. Grayscale: #CACACA. Windows color (decimal): -2304916 or 7132380. OLE color: 7132380.
HSL color Cylindrical-coordinate representation of color #DCD46C: hue angle of 55.71º 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 #DCD46C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 108 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.14 |
| HSL | 55.71º | 0.62% | 0.64% | - |
| HSV(B) | 55.71º | 0.51% | 0.86% | - |
| XYZ | 55.77 | 63.39 | 23.48 | - |
| YUV | 202.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 108 | 0 | 0.04 | 0.51 | 0.14 | 55.71 | 0.62 | 0.64 |
| Hex | DC | D4 | 6C | 0 | 4 | 33 | E | 38 | 3E | 40 |
| Octal | 334 | 324 | 154 | 0 | 4 | 63 | 16 | 70 | 76 | 100 |
| Binary | 11011100 | 11010100 | 1101100 | 0 | 100 | 110011 | 1110 | 111000 | 111110 | 1000000 |
Color Harmonies of #DCD46C
Complementary color
Monochromatic Colors of #DCD46C
Black with #DCD46C
Text Example
Text Example
White with #DCD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD46C; }
p { color: rgb(220,212,108); }
H1.HeaderClassName
{
color: #DCD46C;
}
.AnyTagClassName
{
color: #DCD46C;
}
</style>
background-color css
<style>
a { background-color: #DCD46C; }
a { background-color: rgb(220,212,108); }
div.DivClassName
{
background-color: #DCD46C;
}
.BgClassName
{
background-color: #DCD46C;
}
</style>
border-color css
<style>
span { border-color: #DCD46C; }
span { border-color: rgb(220,212,108); }
td.TdClassName
{
border-color: #DCD46C;
}
.TagClassName
{
border-color: #DCD46C;
}
</style>