Shades of Barberry #DED02A
Tints of Barberry #DED02A
RGB
CMYK
RGB Variations
Color information
#DED02A (or 0xDED02A) is known color: Barberry. HEX triplet: DE, D0 and 2A. RGB value is (222,208,42). Sum of RGB (Red+Green+Blue) = 222+208+42=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DED02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED02A is #212FD5. Grayscale: #C1C1C1. Windows color (decimal): -2174934 or 2805982. OLE color: 2805982.
HSL color Cylindrical-coordinate representation of color #DED02A: hue angle of 55.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DED02A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.13 |
| HSL | 55.33º | 0.73% | 0.52% | - |
| HSV(B) | 55.33º | 0.81% | 0.87% | - |
| XYZ | 53.1 | 60.81 | 11.13 | - |
| YUV | 193.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 42 | 0 | 0.06 | 0.81 | 0.13 | 55.33 | 0.73 | 0.52 |
| Hex | DE | D0 | 2A | 0 | 6 | 51 | D | 37 | 49 | 34 |
| Octal | 336 | 320 | 52 | 0 | 6 | 121 | 15 | 67 | 111 | 64 |
| Binary | 11011110 | 11010000 | 101010 | 0 | 110 | 1010001 | 1101 | 110111 | 1001001 | 110100 |
Color Harmonies of #DED02A
Complementary color
Monochromatic Colors of #DED02A
Black with #DED02A
Text Example
Text Example
White with #DED02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED02A; }
p { color: rgb(222,208,42); }
H1.HeaderClassName
{
color: #DED02A;
}
.AnyTagClassName
{
color: #DED02A;
}
</style>
background-color css
<style>
a { background-color: #DED02A; }
a { background-color: rgb(222,208,42); }
div.DivClassName
{
background-color: #DED02A;
}
.BgClassName
{
background-color: #DED02A;
}
</style>
border-color css
<style>
span { border-color: #DED02A; }
span { border-color: rgb(222,208,42); }
td.TdClassName
{
border-color: #DED02A;
}
.TagClassName
{
border-color: #DED02A;
}
</style>