Shades of Barberry #DEDE13
Tints of Barberry #DEDE13
RGB
CMYK
RGB Variations
Color information
#DEDE13 (or 0xDEDE13) is known color: Barberry. HEX triplet: DE, DE and 13. RGB value is (222,222,19). Sum of RGB (Red+Green+Blue) = 222+222+19=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE13 is #2121EC. Grayscale: #C7C7C7. Windows color (decimal): -2171373 or 1302238. OLE color: 1302238.
HSL color Cylindrical-coordinate representation of color #DEDE13: hue angle of 60º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEDE13 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 19 | - |
| CMYK | 0 | 0 | 0.91 | 0.13 |
| HSL | 60º | 0.84% | 0.47% | - |
| HSV(B) | 60º | 0.91% | 0.87% | - |
| XYZ | 56.36 | 67.82 | 10.74 | - |
| YUV | 198.86 | 26.5 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 19 | 0 | 0 | 0.91 | 0.13 | 60 | 0.84 | 0.47 |
| Hex | DE | DE | 13 | 0 | 0 | 5B | D | 3C | 54 | 2F |
| Octal | 336 | 336 | 23 | 0 | 0 | 133 | 15 | 74 | 124 | 57 |
| Binary | 11011110 | 11011110 | 10011 | 0 | 0 | 1011011 | 1101 | 111100 | 1010100 | 101111 |
Color Harmonies of #DEDE13
Complementary color
Monochromatic Colors of #DEDE13
Black with #DEDE13
Text Example
Text Example
White with #DEDE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE13; }
p { color: rgb(222,222,19); }
H1.HeaderClassName
{
color: #DEDE13;
}
.AnyTagClassName
{
color: #DEDE13;
}
</style>
background-color css
<style>
a { background-color: #DEDE13; }
a { background-color: rgb(222,222,19); }
div.DivClassName
{
background-color: #DEDE13;
}
.BgClassName
{
background-color: #DEDE13;
}
</style>
border-color css
<style>
span { border-color: #DEDE13; }
span { border-color: rgb(222,222,19); }
td.TdClassName
{
border-color: #DEDE13;
}
.TagClassName
{
border-color: #DEDE13;
}
</style>