Shades of Goldenrod #DEDF7D
Tints of Goldenrod #DEDF7D
RGB
CMYK
RGB Variations
Color information
#DEDF7D (or 0xDEDF7D) is known color: Goldenrod. HEX triplet: DE, DF and 7D. RGB value is (222,223,125). Sum of RGB (Red+Green+Blue) = 222+223+125=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF7D is #212082. Grayscale: #D3D3D3. Windows color (decimal): -2171011 or 8249310. OLE color: 8249310.
HSL color Cylindrical-coordinate representation of color #DEDF7D: hue angle of 60.61º 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 #DEDF7D is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 125 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.13 |
| HSL | 60.61º | 0.6% | 0.68% | - |
| HSV(B) | 60.61º | 0.44% | 0.87% | - |
| XYZ | 60.21 | 69.79 | 29.7 | - |
| YUV | 211.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 125 | 0.00 | 0 | 0.44 | 0.13 | 60.61 | 0.6 | 0.68 |
| Hex | DE | DF | 7D | 0 | 0 | 2C | D | 3D | 3C | 44 |
| Octal | 336 | 337 | 175 | 0 | 0 | 54 | 15 | 75 | 74 | 104 |
| Binary | 11011110 | 11011111 | 1111101 | 0 | 0 | 101100 | 1101 | 111101 | 111100 | 1000100 |
Color Harmonies of #DEDF7D
Complementary color
Monochromatic Colors of #DEDF7D
Black with #DEDF7D
Text Example
Text Example
White with #DEDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF7D; }
p { color: rgb(222,223,125); }
H1.HeaderClassName
{
color: #DEDF7D;
}
.AnyTagClassName
{
color: #DEDF7D;
}
</style>
background-color css
<style>
a { background-color: #DEDF7D; }
a { background-color: rgb(222,223,125); }
div.DivClassName
{
background-color: #DEDF7D;
}
.BgClassName
{
background-color: #DEDF7D;
}
</style>
border-color css
<style>
span { border-color: #DEDF7D; }
span { border-color: rgb(222,223,125); }
td.TdClassName
{
border-color: #DEDF7D;
}
.TagClassName
{
border-color: #DEDF7D;
}
</style>