Shades of Barberry #DEDE14
Tints of Barberry #DEDE14
RGB
CMYK
RGB Variations
Color information
#DEDE14 (or 0xDEDE14) is known color: Barberry. HEX triplet: DE, DE and 14. RGB value is (222,222,20). Sum of RGB (Red+Green+Blue) = 222+222+20=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE14 is #2121EB. Grayscale: #C7C7C7. Windows color (decimal): -2171372 or 1367774. OLE color: 1367774.
HSL color Cylindrical-coordinate representation of color #DEDE14: hue angle of 60º degrees, saturation: 0.83, 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 #DEDE14 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 20 | - |
| CMYK | 0 | 0 | 0.91 | 0.13 |
| HSL | 60º | 0.83% | 0.47% | - |
| HSV(B) | 60º | 0.91% | 0.87% | - |
| XYZ | 56.37 | 67.82 | 10.78 | - |
| YUV | 198.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 20 | 0 | 0 | 0.91 | 0.13 | 60 | 0.83 | 0.47 |
| Hex | DE | DE | 14 | 0 | 0 | 5B | D | 3C | 53 | 2F |
| Octal | 336 | 336 | 24 | 0 | 0 | 133 | 15 | 74 | 123 | 57 |
| Binary | 11011110 | 11011110 | 10100 | 0 | 0 | 1011011 | 1101 | 111100 | 1010011 | 101111 |
Color Harmonies of #DEDE14
Complementary color
Monochromatic Colors of #DEDE14
Black with #DEDE14
Text Example
Text Example
White with #DEDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE14; }
p { color: rgb(222,222,20); }
H1.HeaderClassName
{
color: #DEDE14;
}
.AnyTagClassName
{
color: #DEDE14;
}
</style>
background-color css
<style>
a { background-color: #DEDE14; }
a { background-color: rgb(222,222,20); }
div.DivClassName
{
background-color: #DEDE14;
}
.BgClassName
{
background-color: #DEDE14;
}
</style>
border-color css
<style>
span { border-color: #DEDE14; }
span { border-color: rgb(222,222,20); }
td.TdClassName
{
border-color: #DEDE14;
}
.TagClassName
{
border-color: #DEDE14;
}
</style>