Shades of Goldenrod #DEDF70
Tints of Goldenrod #DEDF70
RGB
CMYK
RGB Variations
Color information
#DEDF70 (or 0xDEDF70) is known color: Goldenrod. HEX triplet: DE, DF and 70. RGB value is (222,223,112). Sum of RGB (Red+Green+Blue) = 222+223+112=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF70 is #21208F. Grayscale: #D2D2D2. Windows color (decimal): -2171024 or 7397342. OLE color: 7397342.
HSL color Cylindrical-coordinate representation of color #DEDF70: hue angle of 60.54º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEDF70 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 112 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.13 |
| HSL | 60.54º | 0.63% | 0.66% | - |
| HSV(B) | 60.54º | 0.5% | 0.87% | - |
| XYZ | 59.44 | 69.47 | 25.61 | - |
| YUV | 210.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 112 | 0.00 | 0 | 0.50 | 0.13 | 60.54 | 0.63 | 0.66 |
| Hex | DE | DF | 70 | 0 | 0 | 32 | D | 3D | 3F | 42 |
| Octal | 336 | 337 | 160 | 0 | 0 | 62 | 15 | 75 | 77 | 102 |
| Binary | 11011110 | 11011111 | 1110000 | 0 | 0 | 110010 | 1101 | 111101 | 111111 | 1000010 |
Color Harmonies of #DEDF70
Complementary color
Monochromatic Colors of #DEDF70
Black with #DEDF70
Text Example
Text Example
White with #DEDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF70; }
p { color: rgb(222,223,112); }
H1.HeaderClassName
{
color: #DEDF70;
}
.AnyTagClassName
{
color: #DEDF70;
}
</style>
background-color css
<style>
a { background-color: #DEDF70; }
a { background-color: rgb(222,223,112); }
div.DivClassName
{
background-color: #DEDF70;
}
.BgClassName
{
background-color: #DEDF70;
}
</style>
border-color css
<style>
span { border-color: #DEDF70; }
span { border-color: rgb(222,223,112); }
td.TdClassName
{
border-color: #DEDF70;
}
.TagClassName
{
border-color: #DEDF70;
}
</style>