Shades of Goldenrod #DEDC68
Tints of Goldenrod #DEDC68
RGB
CMYK
RGB Variations
Color information
#DEDC68 (or 0xDEDC68) is known color: Goldenrod. HEX triplet: DE, DC and 68. RGB value is (222,220,104). Sum of RGB (Red+Green+Blue) = 222+220+104=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC68 is #212397. Grayscale: #CFCFCF. Windows color (decimal): -2171800 or 6872286. OLE color: 6872286.
HSL color Cylindrical-coordinate representation of color #DEDC68: hue angle of 58.98º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEDC68 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 104 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.13 |
| HSL | 58.98º | 0.64% | 0.64% | - |
| HSV(B) | 58.98º | 0.53% | 0.87% | - |
| XYZ | 58.22 | 67.72 | 23.1 | - |
| YUV | 207.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 104 | 0 | 0.01 | 0.53 | 0.13 | 58.98 | 0.64 | 0.64 |
| Hex | DE | DC | 68 | 0 | 1 | 35 | D | 3B | 40 | 40 |
| Octal | 336 | 334 | 150 | 0 | 1 | 65 | 15 | 73 | 100 | 100 |
| Binary | 11011110 | 11011100 | 1101000 | 0 | 1 | 110101 | 1101 | 111011 | 1000000 | 1000000 |
Color Harmonies of #DEDC68
Complementary color
Monochromatic Colors of #DEDC68
Black with #DEDC68
Text Example
Text Example
White with #DEDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC68; }
p { color: rgb(222,220,104); }
H1.HeaderClassName
{
color: #DEDC68;
}
.AnyTagClassName
{
color: #DEDC68;
}
</style>
background-color css
<style>
a { background-color: #DEDC68; }
a { background-color: rgb(222,220,104); }
div.DivClassName
{
background-color: #DEDC68;
}
.BgClassName
{
background-color: #DEDC68;
}
</style>
border-color css
<style>
span { border-color: #DEDC68; }
span { border-color: rgb(222,220,104); }
td.TdClassName
{
border-color: #DEDC68;
}
.TagClassName
{
border-color: #DEDC68;
}
</style>