Shades of Goldenrod #DEDB75
Tints of Goldenrod #DEDB75
RGB
CMYK
RGB Variations
Color information
#DEDB75 (or 0xDEDB75) is known color: Goldenrod. HEX triplet: DE, DB and 75. RGB value is (222,219,117). Sum of RGB (Red+Green+Blue) = 222+219+117=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB75 is #21248A. Grayscale: #D0D0D0. Windows color (decimal): -2172043 or 7723998. OLE color: 7723998.
HSL color Cylindrical-coordinate representation of color #DEDB75: hue angle of 58.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEDB75 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 117 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.29º | 0.61% | 0.66% | - |
| HSV(B) | 58.29º | 0.47% | 0.87% | - |
| XYZ | 58.67 | 67.48 | 26.76 | - |
| YUV | 208.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 117 | 0 | 0.01 | 0.47 | 0.13 | 58.29 | 0.61 | 0.66 |
| Hex | DE | DB | 75 | 0 | 1 | 2F | D | 3A | 3D | 42 |
| Octal | 336 | 333 | 165 | 0 | 1 | 57 | 15 | 72 | 75 | 102 |
| Binary | 11011110 | 11011011 | 1110101 | 0 | 1 | 101111 | 1101 | 111010 | 111101 | 1000010 |
Color Harmonies of #DEDB75
Complementary color
Monochromatic Colors of #DEDB75
Black with #DEDB75
Text Example
Text Example
White with #DEDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB75; }
p { color: rgb(222,219,117); }
H1.HeaderClassName
{
color: #DEDB75;
}
.AnyTagClassName
{
color: #DEDB75;
}
</style>
background-color css
<style>
a { background-color: #DEDB75; }
a { background-color: rgb(222,219,117); }
div.DivClassName
{
background-color: #DEDB75;
}
.BgClassName
{
background-color: #DEDB75;
}
</style>
border-color css
<style>
span { border-color: #DEDB75; }
span { border-color: rgb(222,219,117); }
td.TdClassName
{
border-color: #DEDB75;
}
.TagClassName
{
border-color: #DEDB75;
}
</style>