Shades of Goldenrod #DEDF76
Tints of Goldenrod #DEDF76
RGB
CMYK
RGB Variations
Color information
#DEDF76 (or 0xDEDF76) is known color: Goldenrod. HEX triplet: DE, DF and 76. RGB value is (222,223,118). Sum of RGB (Red+Green+Blue) = 222+223+118=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF76 is #212089. Grayscale: #D3D3D3. Windows color (decimal): -2171018 or 7790558. OLE color: 7790558.
HSL color Cylindrical-coordinate representation of color #DEDF76: hue angle of 60.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEDF76 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 118 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.13 |
| HSL | 60.57º | 0.62% | 0.67% | - |
| HSV(B) | 60.57º | 0.47% | 0.87% | - |
| XYZ | 59.78 | 69.61 | 27.43 | - |
| YUV | 210.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 118 | 0.00 | 0 | 0.47 | 0.13 | 60.57 | 0.62 | 0.67 |
| Hex | DE | DF | 76 | 0 | 0 | 2F | D | 3D | 3E | 43 |
| Octal | 336 | 337 | 166 | 0 | 0 | 57 | 15 | 75 | 76 | 103 |
| Binary | 11011110 | 11011111 | 1110110 | 0 | 0 | 101111 | 1101 | 111101 | 111110 | 1000011 |
Color Harmonies of #DEDF76
Complementary color
Monochromatic Colors of #DEDF76
Black with #DEDF76
Text Example
Text Example
White with #DEDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF76; }
p { color: rgb(222,223,118); }
H1.HeaderClassName
{
color: #DEDF76;
}
.AnyTagClassName
{
color: #DEDF76;
}
</style>
background-color css
<style>
a { background-color: #DEDF76; }
a { background-color: rgb(222,223,118); }
div.DivClassName
{
background-color: #DEDF76;
}
.BgClassName
{
background-color: #DEDF76;
}
</style>
border-color css
<style>
span { border-color: #DEDF76; }
span { border-color: rgb(222,223,118); }
td.TdClassName
{
border-color: #DEDF76;
}
.TagClassName
{
border-color: #DEDF76;
}
</style>