Shades of Goldenrod #DEDE7D
Tints of Goldenrod #DEDE7D
RGB
CMYK
RGB Variations
Color information
#DEDE7D (or 0xDEDE7D) is known color: Goldenrod. HEX triplet: DE, DE and 7D. RGB value is (222,222,125). Sum of RGB (Red+Green+Blue) = 222+222+125=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE7D is #212182. Grayscale: #D3D3D3. Windows color (decimal): -2171267 or 8249054. OLE color: 8249054.
HSL color Cylindrical-coordinate representation of color #DEDE7D: hue angle of 60º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEDE7D is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 125 | - |
CMYK | 0 | 0 | 0.44 | 0.13 |
HSL | 60º | 0.6% | 0.68% | - |
HSV(B) | 60º | 0.44% | 0.87% | - |
XYZ | 59.95 | 69.25 | 29.61 | - |
YUV | 210.94 | 79.5 | 135.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 125 | 0 | 0 | 0.44 | 0.13 | 60 | 0.6 | 0.68 |
Hex | DE | DE | 7D | 0 | 0 | 2C | D | 3C | 3C | 44 |
Octal | 336 | 336 | 175 | 0 | 0 | 54 | 15 | 74 | 74 | 104 |
Binary | 11011110 | 11011110 | 1111101 | 0 | 0 | 101100 | 1101 | 111100 | 111100 | 1000100 |
Color Harmonies of #DEDE7D
Complementary color
Monochromatic Colors of #DEDE7D
Black with #DEDE7D
Text Example
Text Example
White with #DEDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE7D; }
p { color: rgb(222,222,125); }
H1.HeaderClassName
{
color: #DEDE7D;
}
.AnyTagClassName
{
color: #DEDE7D;
}
</style>
background-color css
<style>
a { background-color: #DEDE7D; }
a { background-color: rgb(222,222,125); }
div.DivClassName
{
background-color: #DEDE7D;
}
.BgClassName
{
background-color: #DEDE7D;
}
</style>
border-color css
<style>
span { border-color: #DEDE7D; }
span { border-color: rgb(222,222,125); }
td.TdClassName
{
border-color: #DEDE7D;
}
.TagClassName
{
border-color: #DEDE7D;
}
</style>