Shades of Barberry #DEDA10
Tints of Barberry #DEDA10
RGB
CMYK
RGB Variations
Color information
#DEDA10 (or 0xDEDA10) is known color: Barberry. HEX triplet: DE, DA and 10. RGB value is (222,218,16). Sum of RGB (Red+Green+Blue) = 222+218+16=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA10 is #2125EF. Grayscale: #C4C4C4. Windows color (decimal): -2172400 or 1104606. OLE color: 1104606.
HSL color Cylindrical-coordinate representation of color #DEDA10: hue angle of 58.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEDA10 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.13 |
| HSL | 58.83º | 0.87% | 0.47% | - |
| HSV(B) | 58.83º | 0.93% | 0.87% | - |
| XYZ | 55.29 | 65.71 | 10.26 | - |
| YUV | 196.17 | 26.33 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 16 | 0 | 0.02 | 0.93 | 0.13 | 58.83 | 0.87 | 0.47 |
| Hex | DE | DA | 10 | 0 | 2 | 5D | D | 3B | 57 | 2F |
| Octal | 336 | 332 | 20 | 0 | 2 | 135 | 15 | 73 | 127 | 57 |
| Binary | 11011110 | 11011010 | 10000 | 0 | 10 | 1011101 | 1101 | 111011 | 1010111 | 101111 |
Color Harmonies of #DEDA10
Complementary color
Monochromatic Colors of #DEDA10
Black with #DEDA10
Text Example
Text Example
White with #DEDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA10; }
p { color: rgb(222,218,16); }
H1.HeaderClassName
{
color: #DEDA10;
}
.AnyTagClassName
{
color: #DEDA10;
}
</style>
background-color css
<style>
a { background-color: #DEDA10; }
a { background-color: rgb(222,218,16); }
div.DivClassName
{
background-color: #DEDA10;
}
.BgClassName
{
background-color: #DEDA10;
}
</style>
border-color css
<style>
span { border-color: #DEDA10; }
span { border-color: rgb(222,218,16); }
td.TdClassName
{
border-color: #DEDA10;
}
.TagClassName
{
border-color: #DEDA10;
}
</style>