Shades of Barberry #DEDA1C
Tints of Barberry #DEDA1C
RGB
CMYK
RGB Variations
Color information
#DEDA1C (or 0xDEDA1C) is known color: Barberry. HEX triplet: DE, DA and 1C. RGB value is (222,218,28). Sum of RGB (Red+Green+Blue) = 222+218+28=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA1C is #2125E3. Grayscale: #C6C6C6. Windows color (decimal): -2172388 or 1891038. OLE color: 1891038.
HSL color Cylindrical-coordinate representation of color #DEDA1C: hue angle of 58.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEDA1C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 28 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.13 |
| HSL | 58.76º | 0.78% | 0.49% | - |
| HSV(B) | 58.76º | 0.87% | 0.87% | - |
| XYZ | 55.41 | 65.76 | 10.87 | - |
| YUV | 197.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 28 | 0 | 0.02 | 0.87 | 0.13 | 58.76 | 0.78 | 0.49 |
| Hex | DE | DA | 1C | 0 | 2 | 57 | D | 3B | 4E | 31 |
| Octal | 336 | 332 | 34 | 0 | 2 | 127 | 15 | 73 | 116 | 61 |
| Binary | 11011110 | 11011010 | 11100 | 0 | 10 | 1010111 | 1101 | 111011 | 1001110 | 110001 |
Color Harmonies of #DEDA1C
Complementary color
Monochromatic Colors of #DEDA1C
Black with #DEDA1C
Text Example
Text Example
White with #DEDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA1C; }
p { color: rgb(222,218,28); }
H1.HeaderClassName
{
color: #DEDA1C;
}
.AnyTagClassName
{
color: #DEDA1C;
}
</style>
background-color css
<style>
a { background-color: #DEDA1C; }
a { background-color: rgb(222,218,28); }
div.DivClassName
{
background-color: #DEDA1C;
}
.BgClassName
{
background-color: #DEDA1C;
}
</style>
border-color css
<style>
span { border-color: #DEDA1C; }
span { border-color: rgb(222,218,28); }
td.TdClassName
{
border-color: #DEDA1C;
}
.TagClassName
{
border-color: #DEDA1C;
}
</style>