Shades of Barberry #DED029
Tints of Barberry #DED029
RGB
CMYK
RGB Variations
Color information
#DED029 (or 0xDED029) is known color: Barberry. HEX triplet: DE, D0 and 29. RGB value is (222,208,41). Sum of RGB (Red+Green+Blue) = 222+208+41=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DED029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED029 is #212FD6. Grayscale: #C1C1C1. Windows color (decimal): -2174935 or 2740446. OLE color: 2740446.
HSL color Cylindrical-coordinate representation of color #DED029: hue angle of 55.36º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DED029 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 41 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.13 |
| HSL | 55.36º | 0.73% | 0.52% | - |
| HSV(B) | 55.36º | 0.82% | 0.87% | - |
| XYZ | 53.08 | 60.8 | 11.04 | - |
| YUV | 193.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 41 | 0 | 0.06 | 0.82 | 0.13 | 55.36 | 0.73 | 0.52 |
| Hex | DE | D0 | 29 | 0 | 6 | 52 | D | 37 | 49 | 34 |
| Octal | 336 | 320 | 51 | 0 | 6 | 122 | 15 | 67 | 111 | 64 |
| Binary | 11011110 | 11010000 | 101001 | 0 | 110 | 1010010 | 1101 | 110111 | 1001001 | 110100 |
Color Harmonies of #DED029
Complementary color
Monochromatic Colors of #DED029
Black with #DED029
Text Example
Text Example
White with #DED029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED029; }
p { color: rgb(222,208,41); }
H1.HeaderClassName
{
color: #DED029;
}
.AnyTagClassName
{
color: #DED029;
}
</style>
background-color css
<style>
a { background-color: #DED029; }
a { background-color: rgb(222,208,41); }
div.DivClassName
{
background-color: #DED029;
}
.BgClassName
{
background-color: #DED029;
}
</style>
border-color css
<style>
span { border-color: #DED029; }
span { border-color: rgb(222,208,41); }
td.TdClassName
{
border-color: #DED029;
}
.TagClassName
{
border-color: #DED029;
}
</style>