Shades of Goldenrod #DEDC6A
Tints of Goldenrod #DEDC6A
RGB
CMYK
RGB Variations
Color information
#DEDC6A (or 0xDEDC6A) is known color: Goldenrod. HEX triplet: DE, DC and 6A. RGB value is (222,220,106). Sum of RGB (Red+Green+Blue) = 222+220+106=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC6A is #212395. Grayscale: #D0D0D0. Windows color (decimal): -2171798 or 7003358. OLE color: 7003358.
HSL color Cylindrical-coordinate representation of color #DEDC6A: hue angle of 58.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEDC6A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 106 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.97º | 0.64% | 0.64% | - |
| HSV(B) | 58.97º | 0.52% | 0.87% | - |
| XYZ | 58.32 | 67.76 | 23.64 | - |
| YUV | 207.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 106 | 0 | 0.01 | 0.52 | 0.13 | 58.97 | 0.64 | 0.64 |
| Hex | DE | DC | 6A | 0 | 1 | 34 | D | 3B | 40 | 40 |
| Octal | 336 | 334 | 152 | 0 | 1 | 64 | 15 | 73 | 100 | 100 |
| Binary | 11011110 | 11011100 | 1101010 | 0 | 1 | 110100 | 1101 | 111011 | 1000000 | 1000000 |
Color Harmonies of #DEDC6A
Complementary color
Monochromatic Colors of #DEDC6A
Black with #DEDC6A
Text Example
Text Example
White with #DEDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC6A; }
p { color: rgb(222,220,106); }
H1.HeaderClassName
{
color: #DEDC6A;
}
.AnyTagClassName
{
color: #DEDC6A;
}
</style>
background-color css
<style>
a { background-color: #DEDC6A; }
a { background-color: rgb(222,220,106); }
div.DivClassName
{
background-color: #DEDC6A;
}
.BgClassName
{
background-color: #DEDC6A;
}
</style>
border-color css
<style>
span { border-color: #DEDC6A; }
span { border-color: rgb(222,220,106); }
td.TdClassName
{
border-color: #DEDC6A;
}
.TagClassName
{
border-color: #DEDC6A;
}
</style>