Shades of Goldenrod #DEDB66
Tints of Goldenrod #DEDB66
RGB
CMYK
RGB Variations
Color information
#DEDB66 (or 0xDEDB66) is known color: Goldenrod. HEX triplet: DE, DB and 66. RGB value is (222,219,102). Sum of RGB (Red+Green+Blue) = 222+219+102=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB66 is #212499. Grayscale: #CFCFCF. Windows color (decimal): -2172058 or 6740958. OLE color: 6740958.
HSL color Cylindrical-coordinate representation of color #DEDB66: hue angle of 58.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEDB66 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 102 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.13 |
| HSL | 58.5º | 0.65% | 0.64% | - |
| HSV(B) | 58.5º | 0.54% | 0.87% | - |
| XYZ | 57.85 | 67.15 | 22.48 | - |
| YUV | 206.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 102 | 0 | 0.01 | 0.54 | 0.13 | 58.5 | 0.65 | 0.64 |
| Hex | DE | DB | 66 | 0 | 1 | 36 | D | 3A | 41 | 40 |
| Octal | 336 | 333 | 146 | 0 | 1 | 66 | 15 | 72 | 101 | 100 |
| Binary | 11011110 | 11011011 | 1100110 | 0 | 1 | 110110 | 1101 | 111010 | 1000001 | 1000000 |
Color Harmonies of #DEDB66
Complementary color
Monochromatic Colors of #DEDB66
Black with #DEDB66
Text Example
Text Example
White with #DEDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB66; }
p { color: rgb(222,219,102); }
H1.HeaderClassName
{
color: #DEDB66;
}
.AnyTagClassName
{
color: #DEDB66;
}
</style>
background-color css
<style>
a { background-color: #DEDB66; }
a { background-color: rgb(222,219,102); }
div.DivClassName
{
background-color: #DEDB66;
}
.BgClassName
{
background-color: #DEDB66;
}
</style>
border-color css
<style>
span { border-color: #DEDB66; }
span { border-color: rgb(222,219,102); }
td.TdClassName
{
border-color: #DEDB66;
}
.TagClassName
{
border-color: #DEDB66;
}
</style>