Shades of Barberry #DEDA0C
Tints of Barberry #DEDA0C
RGB
CMYK
RGB Variations
Color information
#DEDA0C (or 0xDEDA0C) is known color: Barberry. HEX triplet: DE, DA and 0C. RGB value is (222,218,12). Sum of RGB (Red+Green+Blue) = 222+218+12=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA0C is #2125F3. Grayscale: #C4C4C4. Windows color (decimal): -2172404 or 842462. OLE color: 842462.
HSL color Cylindrical-coordinate representation of color #DEDA0C: hue angle of 58.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEDA0C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.13 |
| HSL | 58.86º | 0.9% | 0.46% | - |
| HSV(B) | 58.86º | 0.95% | 0.87% | - |
| XYZ | 55.26 | 65.7 | 10.12 | - |
| YUV | 195.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 12 | 0 | 0.02 | 0.95 | 0.13 | 58.86 | 0.9 | 0.46 |
| Hex | DE | DA | C | 0 | 2 | 5F | D | 3B | 5A | 2E |
| Octal | 336 | 332 | 14 | 0 | 2 | 137 | 15 | 73 | 132 | 56 |
| Binary | 11011110 | 11011010 | 1100 | 0 | 10 | 1011111 | 1101 | 111011 | 1011010 | 101110 |
Color Harmonies of #DEDA0C
Complementary color
Monochromatic Colors of #DEDA0C
Black with #DEDA0C
Text Example
Text Example
White with #DEDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA0C; }
p { color: rgb(222,218,12); }
H1.HeaderClassName
{
color: #DEDA0C;
}
.AnyTagClassName
{
color: #DEDA0C;
}
</style>
background-color css
<style>
a { background-color: #DEDA0C; }
a { background-color: rgb(222,218,12); }
div.DivClassName
{
background-color: #DEDA0C;
}
.BgClassName
{
background-color: #DEDA0C;
}
</style>
border-color css
<style>
span { border-color: #DEDA0C; }
span { border-color: rgb(222,218,12); }
td.TdClassName
{
border-color: #DEDA0C;
}
.TagClassName
{
border-color: #DEDA0C;
}
</style>