Shades of Goldenrod #DEDF72
Tints of Goldenrod #DEDF72
RGB
CMYK
RGB Variations
Color information
#DEDF72 (or 0xDEDF72) is known color: Goldenrod. HEX triplet: DE, DF and 72. RGB value is (222,223,114). Sum of RGB (Red+Green+Blue) = 222+223+114=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF72 is #21208D. Grayscale: #D2D2D2. Windows color (decimal): -2171022 or 7528414. OLE color: 7528414.
HSL color Cylindrical-coordinate representation of color #DEDF72: hue angle of 60.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEDF72 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 114 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.13 |
| HSL | 60.55º | 0.63% | 0.66% | - |
| HSV(B) | 60.55º | 0.49% | 0.87% | - |
| XYZ | 59.55 | 69.52 | 26.2 | - |
| YUV | 210.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 114 | 0.00 | 0 | 0.49 | 0.13 | 60.55 | 0.63 | 0.66 |
| Hex | DE | DF | 72 | 0 | 0 | 31 | D | 3D | 3F | 42 |
| Octal | 336 | 337 | 162 | 0 | 0 | 61 | 15 | 75 | 77 | 102 |
| Binary | 11011110 | 11011111 | 1110010 | 0 | 0 | 110001 | 1101 | 111101 | 111111 | 1000010 |
Color Harmonies of #DEDF72
Complementary color
Monochromatic Colors of #DEDF72
Black with #DEDF72
Text Example
Text Example
White with #DEDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF72; }
p { color: rgb(222,223,114); }
H1.HeaderClassName
{
color: #DEDF72;
}
.AnyTagClassName
{
color: #DEDF72;
}
</style>
background-color css
<style>
a { background-color: #DEDF72; }
a { background-color: rgb(222,223,114); }
div.DivClassName
{
background-color: #DEDF72;
}
.BgClassName
{
background-color: #DEDF72;
}
</style>
border-color css
<style>
span { border-color: #DEDF72; }
span { border-color: rgb(222,223,114); }
td.TdClassName
{
border-color: #DEDF72;
}
.TagClassName
{
border-color: #DEDF72;
}
</style>