Shades of Barberry #DEDC18
Tints of Barberry #DEDC18
RGB
CMYK
RGB Variations
Color information
#DEDC18 (or 0xDEDC18) is known color: Barberry. HEX triplet: DE, DC and 18. RGB value is (222,220,24). Sum of RGB (Red+Green+Blue) = 222+220+24=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC18 is #2123E7. Grayscale: #C7C7C7. Windows color (decimal): -2171880 or 1629406. OLE color: 1629406.
HSL color Cylindrical-coordinate representation of color #DEDC18: hue angle of 59.39º 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 #DEDC18 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 24 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.13 |
| HSL | 59.39º | 0.8% | 0.48% | - |
| HSV(B) | 59.39º | 0.89% | 0.87% | - |
| XYZ | 55.88 | 66.78 | 10.81 | - |
| YUV | 198.25 | 29.66 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 24 | 0 | 0.01 | 0.89 | 0.13 | 59.39 | 0.8 | 0.48 |
| Hex | DE | DC | 18 | 0 | 1 | 59 | D | 3B | 50 | 30 |
| Octal | 336 | 334 | 30 | 0 | 1 | 131 | 15 | 73 | 120 | 60 |
| Binary | 11011110 | 11011100 | 11000 | 0 | 1 | 1011001 | 1101 | 111011 | 1010000 | 110000 |
Color Harmonies of #DEDC18
Complementary color
Monochromatic Colors of #DEDC18
Black with #DEDC18
Text Example
Text Example
White with #DEDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC18; }
p { color: rgb(222,220,24); }
H1.HeaderClassName
{
color: #DEDC18;
}
.AnyTagClassName
{
color: #DEDC18;
}
</style>
background-color css
<style>
a { background-color: #DEDC18; }
a { background-color: rgb(222,220,24); }
div.DivClassName
{
background-color: #DEDC18;
}
.BgClassName
{
background-color: #DEDC18;
}
</style>
border-color css
<style>
span { border-color: #DEDC18; }
span { border-color: rgb(222,220,24); }
td.TdClassName
{
border-color: #DEDC18;
}
.TagClassName
{
border-color: #DEDC18;
}
</style>