Shades of Goldenrod #DEDF78
Tints of Goldenrod #DEDF78
RGB
CMYK
RGB Variations
Color information
#DEDF78 (or 0xDEDF78) is known color: Goldenrod. HEX triplet: DE, DF and 78. RGB value is (222,223,120). Sum of RGB (Red+Green+Blue) = 222+223+120=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF78 is #212087. Grayscale: #D3D3D3. Windows color (decimal): -2171016 or 7921630. OLE color: 7921630.
HSL color Cylindrical-coordinate representation of color #DEDF78: hue angle of 60.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEDF78 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 120 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.13 |
| HSL | 60.58º | 0.62% | 0.67% | - |
| HSV(B) | 60.58º | 0.46% | 0.87% | - |
| XYZ | 59.9 | 69.66 | 28.06 | - |
| YUV | 210.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 120 | 0.00 | 0 | 0.46 | 0.13 | 60.58 | 0.62 | 0.67 |
| Hex | DE | DF | 78 | 0 | 0 | 2E | D | 3D | 3E | 43 |
| Octal | 336 | 337 | 170 | 0 | 0 | 56 | 15 | 75 | 76 | 103 |
| Binary | 11011110 | 11011111 | 1111000 | 0 | 0 | 101110 | 1101 | 111101 | 111110 | 1000011 |
Color Harmonies of #DEDF78
Complementary color
Monochromatic Colors of #DEDF78
Black with #DEDF78
Text Example
Text Example
White with #DEDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF78; }
p { color: rgb(222,223,120); }
H1.HeaderClassName
{
color: #DEDF78;
}
.AnyTagClassName
{
color: #DEDF78;
}
</style>
background-color css
<style>
a { background-color: #DEDF78; }
a { background-color: rgb(222,223,120); }
div.DivClassName
{
background-color: #DEDF78;
}
.BgClassName
{
background-color: #DEDF78;
}
</style>
border-color css
<style>
span { border-color: #DEDF78; }
span { border-color: rgb(222,223,120); }
td.TdClassName
{
border-color: #DEDF78;
}
.TagClassName
{
border-color: #DEDF78;
}
</style>