Shades of Goldenrod #DEDB65
Tints of Goldenrod #DEDB65
RGB
CMYK
RGB Variations
Color information
#DEDB65 (or 0xDEDB65) is known color: Goldenrod. HEX triplet: DE, DB and 65. RGB value is (222,219,101). Sum of RGB (Red+Green+Blue) = 222+219+101=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB65 is #21249A. Grayscale: #CECECE. Windows color (decimal): -2172059 or 6675422. OLE color: 6675422.
HSL color Cylindrical-coordinate representation of color #DEDB65: hue angle of 58.51º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEDB65 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 101 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.13 |
| HSL | 58.51º | 0.65% | 0.63% | - |
| HSV(B) | 58.51º | 0.55% | 0.87% | - |
| XYZ | 57.8 | 67.13 | 22.22 | - |
| YUV | 206.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 101 | 0 | 0.01 | 0.55 | 0.13 | 58.51 | 0.65 | 0.63 |
| Hex | DE | DB | 65 | 0 | 1 | 37 | D | 3B | 41 | 3F |
| Octal | 336 | 333 | 145 | 0 | 1 | 67 | 15 | 73 | 101 | 77 |
| Binary | 11011110 | 11011011 | 1100101 | 0 | 1 | 110111 | 1101 | 111011 | 1000001 | 111111 |
Color Harmonies of #DEDB65
Complementary color
Monochromatic Colors of #DEDB65
Black with #DEDB65
Text Example
Text Example
White with #DEDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB65; }
p { color: rgb(222,219,101); }
H1.HeaderClassName
{
color: #DEDB65;
}
.AnyTagClassName
{
color: #DEDB65;
}
</style>
background-color css
<style>
a { background-color: #DEDB65; }
a { background-color: rgb(222,219,101); }
div.DivClassName
{
background-color: #DEDB65;
}
.BgClassName
{
background-color: #DEDB65;
}
</style>
border-color css
<style>
span { border-color: #DEDB65; }
span { border-color: rgb(222,219,101); }
td.TdClassName
{
border-color: #DEDB65;
}
.TagClassName
{
border-color: #DEDB65;
}
</style>