Shades of Barberry #DEDE15
Tints of Barberry #DEDE15
RGB
CMYK
RGB Variations
Color information
#DEDE15 (or 0xDEDE15) is known color: Barberry. HEX triplet: DE, DE and 15. RGB value is (222,222,21). Sum of RGB (Red+Green+Blue) = 222+222+21=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE15 is #2121EA. Grayscale: #C7C7C7. Windows color (decimal): -2171371 or 1433310. OLE color: 1433310.
HSL color Cylindrical-coordinate representation of color #DEDE15: hue angle of 60º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEDE15 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 21 | - |
| CMYK | 0 | 0 | 0.91 | 0.13 |
| HSL | 60º | 0.83% | 0.48% | - |
| HSV(B) | 60º | 0.91% | 0.87% | - |
| XYZ | 56.38 | 67.83 | 10.83 | - |
| YUV | 199.09 | 27.5 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 21 | 0 | 0 | 0.91 | 0.13 | 60 | 0.83 | 0.48 |
| Hex | DE | DE | 15 | 0 | 0 | 5B | D | 3C | 53 | 30 |
| Octal | 336 | 336 | 25 | 0 | 0 | 133 | 15 | 74 | 123 | 60 |
| Binary | 11011110 | 11011110 | 10101 | 0 | 0 | 1011011 | 1101 | 111100 | 1010011 | 110000 |
Color Harmonies of #DEDE15
Complementary color
Monochromatic Colors of #DEDE15
Black with #DEDE15
Text Example
Text Example
White with #DEDE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE15; }
p { color: rgb(222,222,21); }
H1.HeaderClassName
{
color: #DEDE15;
}
.AnyTagClassName
{
color: #DEDE15;
}
</style>
background-color css
<style>
a { background-color: #DEDE15; }
a { background-color: rgb(222,222,21); }
div.DivClassName
{
background-color: #DEDE15;
}
.BgClassName
{
background-color: #DEDE15;
}
</style>
border-color css
<style>
span { border-color: #DEDE15; }
span { border-color: rgb(222,222,21); }
td.TdClassName
{
border-color: #DEDE15;
}
.TagClassName
{
border-color: #DEDE15;
}
</style>