Shades of Barberry #DEDA18
Tints of Barberry #DEDA18
RGB
CMYK
RGB Variations
Color information
#DEDA18 (or 0xDEDA18) is known color: Barberry. HEX triplet: DE, DA and 18. RGB value is (222,218,24). Sum of RGB (Red+Green+Blue) = 222+218+24=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA18 is #2125E7. Grayscale: #C5C5C5. Windows color (decimal): -2172392 or 1628894. OLE color: 1628894.
HSL color Cylindrical-coordinate representation of color #DEDA18: hue angle of 58.79º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEDA18 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 24 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.13 |
| HSL | 58.79º | 0.8% | 0.48% | - |
| HSV(B) | 58.79º | 0.89% | 0.87% | - |
| XYZ | 55.36 | 65.74 | 10.64 | - |
| YUV | 197.08 | 30.33 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 24 | 0 | 0.02 | 0.89 | 0.13 | 58.79 | 0.8 | 0.48 |
| Hex | DE | DA | 18 | 0 | 2 | 59 | D | 3B | 50 | 30 |
| Octal | 336 | 332 | 30 | 0 | 2 | 131 | 15 | 73 | 120 | 60 |
| Binary | 11011110 | 11011010 | 11000 | 0 | 10 | 1011001 | 1101 | 111011 | 1010000 | 110000 |
Color Harmonies of #DEDA18
Complementary color
Monochromatic Colors of #DEDA18
Black with #DEDA18
Text Example
Text Example
White with #DEDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA18; }
p { color: rgb(222,218,24); }
H1.HeaderClassName
{
color: #DEDA18;
}
.AnyTagClassName
{
color: #DEDA18;
}
</style>
background-color css
<style>
a { background-color: #DEDA18; }
a { background-color: rgb(222,218,24); }
div.DivClassName
{
background-color: #DEDA18;
}
.BgClassName
{
background-color: #DEDA18;
}
</style>
border-color css
<style>
span { border-color: #DEDA18; }
span { border-color: rgb(222,218,24); }
td.TdClassName
{
border-color: #DEDA18;
}
.TagClassName
{
border-color: #DEDA18;
}
</style>