Shades of Goldenrod #DED568
Tints of Goldenrod #DED568
RGB
CMYK
RGB Variations
Color information
#DED568 (or 0xDED568) is known color: Goldenrod. HEX triplet: DE, D5 and 68. RGB value is (222,213,104). Sum of RGB (Red+Green+Blue) = 222+213+104=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DED568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED568 is #212A97. Grayscale: #CBCBCB. Windows color (decimal): -2173592 or 6870494. OLE color: 6870494.
HSL color Cylindrical-coordinate representation of color #DED568: hue angle of 55.42º 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 #DED568 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.13 |
| HSL | 55.42º | 0.64% | 0.64% | - |
| HSV(B) | 55.42º | 0.53% | 0.87% | - |
| XYZ | 56.42 | 64.12 | 22.5 | - |
| YUV | 203.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 104 | 0 | 0.04 | 0.53 | 0.13 | 55.42 | 0.64 | 0.64 |
| Hex | DE | D5 | 68 | 0 | 4 | 35 | D | 37 | 40 | 40 |
| Octal | 336 | 325 | 150 | 0 | 4 | 65 | 15 | 67 | 100 | 100 |
| Binary | 11011110 | 11010101 | 1101000 | 0 | 100 | 110101 | 1101 | 110111 | 1000000 | 1000000 |
Color Harmonies of #DED568
Complementary color
Monochromatic Colors of #DED568
Black with #DED568
Text Example
Text Example
White with #DED568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED568; }
p { color: rgb(222,213,104); }
H1.HeaderClassName
{
color: #DED568;
}
.AnyTagClassName
{
color: #DED568;
}
</style>
background-color css
<style>
a { background-color: #DED568; }
a { background-color: rgb(222,213,104); }
div.DivClassName
{
background-color: #DED568;
}
.BgClassName
{
background-color: #DED568;
}
</style>
border-color css
<style>
span { border-color: #DED568; }
span { border-color: rgb(222,213,104); }
td.TdClassName
{
border-color: #DED568;
}
.TagClassName
{
border-color: #DED568;
}
</style>