Shades of Barberry #DEDB11
Tints of Barberry #DEDB11
RGB
CMYK
RGB Variations
Color information
#DEDB11 (or 0xDEDB11) is known color: Barberry. HEX triplet: DE, DB and 11. RGB value is (222,219,17). Sum of RGB (Red+Green+Blue) = 222+219+17=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB11 is #2124EE. Grayscale: #C5C5C5. Windows color (decimal): -2172143 or 1170398. OLE color: 1170398.
HSL color Cylindrical-coordinate representation of color #DEDB11: hue angle of 59.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEDB11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.13 |
| HSL | 59.12º | 0.86% | 0.47% | - |
| HSV(B) | 59.12º | 0.92% | 0.87% | - |
| XYZ | 55.56 | 66.23 | 10.39 | - |
| YUV | 196.87 | 26.49 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 17 | 0 | 0.01 | 0.92 | 0.13 | 59.12 | 0.86 | 0.47 |
| Hex | DE | DB | 11 | 0 | 1 | 5C | D | 3B | 56 | 2F |
| Octal | 336 | 333 | 21 | 0 | 1 | 134 | 15 | 73 | 126 | 57 |
| Binary | 11011110 | 11011011 | 10001 | 0 | 1 | 1011100 | 1101 | 111011 | 1010110 | 101111 |
Color Harmonies of #DEDB11
Complementary color
Monochromatic Colors of #DEDB11
Black with #DEDB11
Text Example
Text Example
White with #DEDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB11; }
p { color: rgb(222,219,17); }
H1.HeaderClassName
{
color: #DEDB11;
}
.AnyTagClassName
{
color: #DEDB11;
}
</style>
background-color css
<style>
a { background-color: #DEDB11; }
a { background-color: rgb(222,219,17); }
div.DivClassName
{
background-color: #DEDB11;
}
.BgClassName
{
background-color: #DEDB11;
}
</style>
border-color css
<style>
span { border-color: #DEDB11; }
span { border-color: rgb(222,219,17); }
td.TdClassName
{
border-color: #DEDB11;
}
.TagClassName
{
border-color: #DEDB11;
}
</style>