Shades of Goldenrod #DEDC7F
Tints of Goldenrod #DEDC7F
RGB
CMYK
RGB Variations
Color information
#DEDC7F (or 0xDEDC7F) is known color: Goldenrod. HEX triplet: DE, DC and 7F. RGB value is (222,220,127). Sum of RGB (Red+Green+Blue) = 222+220+127=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC7F is #212380. Grayscale: #D2D2D2. Windows color (decimal): -2171777 or 8379614. OLE color: 8379614.
HSL color Cylindrical-coordinate representation of color #DEDC7F: hue angle of 58.74º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEDC7F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 127 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.13 |
| HSL | 58.74º | 0.59% | 0.68% | - |
| HSV(B) | 58.74º | 0.43% | 0.87% | - |
| XYZ | 59.55 | 68.25 | 30.11 | - |
| YUV | 210 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 127 | 0 | 0.01 | 0.43 | 0.13 | 58.74 | 0.59 | 0.68 |
| Hex | DE | DC | 7F | 0 | 1 | 2B | D | 3B | 3B | 44 |
| Octal | 336 | 334 | 177 | 0 | 1 | 53 | 15 | 73 | 73 | 104 |
| Binary | 11011110 | 11011100 | 1111111 | 0 | 1 | 101011 | 1101 | 111011 | 111011 | 1000100 |
Color Harmonies of #DEDC7F
Complementary color
Monochromatic Colors of #DEDC7F
Black with #DEDC7F
Text Example
Text Example
White with #DEDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC7F; }
p { color: rgb(222,220,127); }
H1.HeaderClassName
{
color: #DEDC7F;
}
.AnyTagClassName
{
color: #DEDC7F;
}
</style>
background-color css
<style>
a { background-color: #DEDC7F; }
a { background-color: rgb(222,220,127); }
div.DivClassName
{
background-color: #DEDC7F;
}
.BgClassName
{
background-color: #DEDC7F;
}
</style>
border-color css
<style>
span { border-color: #DEDC7F; }
span { border-color: rgb(222,220,127); }
td.TdClassName
{
border-color: #DEDC7F;
}
.TagClassName
{
border-color: #DEDC7F;
}
</style>