Shades of Goldenrod #DCD466
Tints of Goldenrod #DCD466
RGB
CMYK
RGB Variations
Color information
#DCD466 (or 0xDCD466) is known color: Goldenrod. HEX triplet: DC, D4 and 66. RGB value is (220,212,102). Sum of RGB (Red+Green+Blue) = 220+212+102=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD466 is #232B99. Grayscale: #CACACA. Windows color (decimal): -2304922 or 6739164. OLE color: 6739164.
HSL color Cylindrical-coordinate representation of color #DCD466: hue angle of 55.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD466 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 102 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.14 |
| HSL | 55.93º | 0.63% | 0.63% | - |
| HSV(B) | 55.93º | 0.54% | 0.86% | - |
| XYZ | 55.46 | 63.26 | 21.86 | - |
| YUV | 201.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 102 | 0 | 0.04 | 0.54 | 0.14 | 55.93 | 0.63 | 0.63 |
| Hex | DC | D4 | 66 | 0 | 4 | 36 | E | 38 | 3F | 3F |
| Octal | 334 | 324 | 146 | 0 | 4 | 66 | 16 | 70 | 77 | 77 |
| Binary | 11011100 | 11010100 | 1100110 | 0 | 100 | 110110 | 1110 | 111000 | 111111 | 111111 |
Color Harmonies of #DCD466
Complementary color
Monochromatic Colors of #DCD466
Black with #DCD466
Text Example
Text Example
White with #DCD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD466; }
p { color: rgb(220,212,102); }
H1.HeaderClassName
{
color: #DCD466;
}
.AnyTagClassName
{
color: #DCD466;
}
</style>
background-color css
<style>
a { background-color: #DCD466; }
a { background-color: rgb(220,212,102); }
div.DivClassName
{
background-color: #DCD466;
}
.BgClassName
{
background-color: #DCD466;
}
</style>
border-color css
<style>
span { border-color: #DCD466; }
span { border-color: rgb(220,212,102); }
td.TdClassName
{
border-color: #DCD466;
}
.TagClassName
{
border-color: #DCD466;
}
</style>