Shades of Barberry #DEDA14
Tints of Barberry #DEDA14
RGB
CMYK
RGB Variations
Color information
#DEDA14 (or 0xDEDA14) is known color: Barberry. HEX triplet: DE, DA and 14. RGB value is (222,218,20). Sum of RGB (Red+Green+Blue) = 222+218+20=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA14 is #2125EB. Grayscale: #C5C5C5. Windows color (decimal): -2172396 or 1366750. OLE color: 1366750.
HSL color Cylindrical-coordinate representation of color #DEDA14: hue angle of 58.81º 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 #DEDA14 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 20 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.13 |
| HSL | 58.81º | 0.83% | 0.47% | - |
| HSV(B) | 58.81º | 0.91% | 0.87% | - |
| XYZ | 55.32 | 65.72 | 10.43 | - |
| YUV | 196.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 20 | 0 | 0.02 | 0.91 | 0.13 | 58.81 | 0.83 | 0.47 |
| Hex | DE | DA | 14 | 0 | 2 | 5B | D | 3B | 53 | 2F |
| Octal | 336 | 332 | 24 | 0 | 2 | 133 | 15 | 73 | 123 | 57 |
| Binary | 11011110 | 11011010 | 10100 | 0 | 10 | 1011011 | 1101 | 111011 | 1010011 | 101111 |
Color Harmonies of #DEDA14
Complementary color
Monochromatic Colors of #DEDA14
Black with #DEDA14
Text Example
Text Example
White with #DEDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA14; }
p { color: rgb(222,218,20); }
H1.HeaderClassName
{
color: #DEDA14;
}
.AnyTagClassName
{
color: #DEDA14;
}
</style>
background-color css
<style>
a { background-color: #DEDA14; }
a { background-color: rgb(222,218,20); }
div.DivClassName
{
background-color: #DEDA14;
}
.BgClassName
{
background-color: #DEDA14;
}
</style>
border-color css
<style>
span { border-color: #DEDA14; }
span { border-color: rgb(222,218,20); }
td.TdClassName
{
border-color: #DEDA14;
}
.TagClassName
{
border-color: #DEDA14;
}
</style>