Shades of Goldenrod #DEDF7F
Tints of Goldenrod #DEDF7F
RGB
CMYK
RGB Variations
Color information
#DEDF7F (or 0xDEDF7F) is known color: Goldenrod. HEX triplet: DE, DF and 7F. RGB value is (222,223,127). Sum of RGB (Red+Green+Blue) = 222+223+127=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF7F is #212080. Grayscale: #D4D4D4. Windows color (decimal): -2171009 or 8380382. OLE color: 8380382.
HSL color Cylindrical-coordinate representation of color #DEDF7F: hue angle of 60.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEDF7F is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 127 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.13 |
| HSL | 60.63º | 0.6% | 0.69% | - |
| HSV(B) | 60.63º | 0.43% | 0.87% | - |
| XYZ | 60.34 | 69.84 | 30.38 | - |
| YUV | 211.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 127 | 0.00 | 0 | 0.43 | 0.13 | 60.63 | 0.6 | 0.69 |
| Hex | DE | DF | 7F | 0 | 0 | 2B | D | 3D | 3C | 45 |
| Octal | 336 | 337 | 177 | 0 | 0 | 53 | 15 | 75 | 74 | 105 |
| Binary | 11011110 | 11011111 | 1111111 | 0 | 0 | 101011 | 1101 | 111101 | 111100 | 1000101 |
Color Harmonies of #DEDF7F
Complementary color
Monochromatic Colors of #DEDF7F
Black with #DEDF7F
Text Example
Text Example
White with #DEDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF7F; }
p { color: rgb(222,223,127); }
H1.HeaderClassName
{
color: #DEDF7F;
}
.AnyTagClassName
{
color: #DEDF7F;
}
</style>
background-color css
<style>
a { background-color: #DEDF7F; }
a { background-color: rgb(222,223,127); }
div.DivClassName
{
background-color: #DEDF7F;
}
.BgClassName
{
background-color: #DEDF7F;
}
</style>
border-color css
<style>
span { border-color: #DEDF7F; }
span { border-color: rgb(222,223,127); }
td.TdClassName
{
border-color: #DEDF7F;
}
.TagClassName
{
border-color: #DEDF7F;
}
</style>