Shades of Goldenrod #DCD468
Tints of Goldenrod #DCD468
RGB
CMYK
RGB Variations
Color information
#DCD468 (or 0xDCD468) is known color: Goldenrod. HEX triplet: DC, D4 and 68. RGB value is (220,212,104). Sum of RGB (Red+Green+Blue) = 220+212+104=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD468 is #232B97. Grayscale: #CACACA. Windows color (decimal): -2304920 or 6870236. OLE color: 6870236.
HSL color Cylindrical-coordinate representation of color #DCD468: hue angle of 55.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCD468 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.14 |
| HSL | 55.86º | 0.62% | 0.64% | - |
| HSV(B) | 55.86º | 0.53% | 0.86% | - |
| XYZ | 55.56 | 63.3 | 22.39 | - |
| YUV | 202.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 104 | 0 | 0.04 | 0.53 | 0.14 | 55.86 | 0.62 | 0.64 |
| Hex | DC | D4 | 68 | 0 | 4 | 35 | E | 38 | 3E | 40 |
| Octal | 334 | 324 | 150 | 0 | 4 | 65 | 16 | 70 | 76 | 100 |
| Binary | 11011100 | 11010100 | 1101000 | 0 | 100 | 110101 | 1110 | 111000 | 111110 | 1000000 |
Color Harmonies of #DCD468
Complementary color
Monochromatic Colors of #DCD468
Black with #DCD468
Text Example
Text Example
White with #DCD468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD468; }
p { color: rgb(220,212,104); }
H1.HeaderClassName
{
color: #DCD468;
}
.AnyTagClassName
{
color: #DCD468;
}
</style>
background-color css
<style>
a { background-color: #DCD468; }
a { background-color: rgb(220,212,104); }
div.DivClassName
{
background-color: #DCD468;
}
.BgClassName
{
background-color: #DCD468;
}
</style>
border-color css
<style>
span { border-color: #DCD468; }
span { border-color: rgb(220,212,104); }
td.TdClassName
{
border-color: #DCD468;
}
.TagClassName
{
border-color: #DCD468;
}
</style>