Shades of Goldenrod #DEDF7A
Tints of Goldenrod #DEDF7A
RGB
CMYK
RGB Variations
Color information
#DEDF7A (or 0xDEDF7A) is known color: Goldenrod. HEX triplet: DE, DF and 7A. RGB value is (222,223,122). Sum of RGB (Red+Green+Blue) = 222+223+122=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF7A is #212085. Grayscale: #D3D3D3. Windows color (decimal): -2171014 or 8052702. OLE color: 8052702.
HSL color Cylindrical-coordinate representation of color #DEDF7A: hue angle of 60.59º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEDF7A is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 122 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.13 |
| HSL | 60.59º | 0.61% | 0.68% | - |
| HSV(B) | 60.59º | 0.45% | 0.87% | - |
| XYZ | 60.02 | 69.71 | 28.7 | - |
| YUV | 211.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 122 | 0.00 | 0 | 0.45 | 0.13 | 60.59 | 0.61 | 0.68 |
| Hex | DE | DF | 7A | 0 | 0 | 2D | D | 3D | 3D | 44 |
| Octal | 336 | 337 | 172 | 0 | 0 | 55 | 15 | 75 | 75 | 104 |
| Binary | 11011110 | 11011111 | 1111010 | 0 | 0 | 101101 | 1101 | 111101 | 111101 | 1000100 |
Color Harmonies of #DEDF7A
Complementary color
Monochromatic Colors of #DEDF7A
Black with #DEDF7A
Text Example
Text Example
White with #DEDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF7A; }
p { color: rgb(222,223,122); }
H1.HeaderClassName
{
color: #DEDF7A;
}
.AnyTagClassName
{
color: #DEDF7A;
}
</style>
background-color css
<style>
a { background-color: #DEDF7A; }
a { background-color: rgb(222,223,122); }
div.DivClassName
{
background-color: #DEDF7A;
}
.BgClassName
{
background-color: #DEDF7A;
}
</style>
border-color css
<style>
span { border-color: #DEDF7A; }
span { border-color: rgb(222,223,122); }
td.TdClassName
{
border-color: #DEDF7A;
}
.TagClassName
{
border-color: #DEDF7A;
}
</style>