Shades of Barberry #DEDA17
Tints of Barberry #DEDA17
RGB
CMYK
RGB Variations
Color information
#DEDA17 (or 0xDEDA17) is known color: Barberry. HEX triplet: DE, DA and 17. RGB value is (222,218,23). Sum of RGB (Red+Green+Blue) = 222+218+23=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 23 (9.38% from 255 or 4.97% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA17 is #2125E8. Grayscale: #C5C5C5. Windows color (decimal): -2172393 or 1563358. OLE color: 1563358.
HSL color Cylindrical-coordinate representation of color #DEDA17: hue angle of 58.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEDA17 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 23 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.13 |
| HSL | 58.79º | 0.81% | 0.48% | - |
| HSV(B) | 58.79º | 0.9% | 0.87% | - |
| XYZ | 55.35 | 65.73 | 10.58 | - |
| YUV | 196.97 | 29.83 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 23 | 0 | 0.02 | 0.90 | 0.13 | 58.79 | 0.81 | 0.48 |
| Hex | DE | DA | 17 | 0 | 2 | 5A | D | 3B | 51 | 30 |
| Octal | 336 | 332 | 27 | 0 | 2 | 132 | 15 | 73 | 121 | 60 |
| Binary | 11011110 | 11011010 | 10111 | 0 | 10 | 1011010 | 1101 | 111011 | 1010001 | 110000 |
Color Harmonies of #DEDA17
Complementary color
Monochromatic Colors of #DEDA17
Black with #DEDA17
Text Example
Text Example
White with #DEDA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA17; }
p { color: rgb(222,218,23); }
H1.HeaderClassName
{
color: #DEDA17;
}
.AnyTagClassName
{
color: #DEDA17;
}
</style>
background-color css
<style>
a { background-color: #DEDA17; }
a { background-color: rgb(222,218,23); }
div.DivClassName
{
background-color: #DEDA17;
}
.BgClassName
{
background-color: #DEDA17;
}
</style>
border-color css
<style>
span { border-color: #DEDA17; }
span { border-color: rgb(222,218,23); }
td.TdClassName
{
border-color: #DEDA17;
}
.TagClassName
{
border-color: #DEDA17;
}
</style>