Shades of Barberry #DED21B
Tints of Barberry #DED21B
RGB
CMYK
RGB Variations
Color information
#DED21B (or 0xDED21B) is known color: Barberry. HEX triplet: DE, D2 and 1B. RGB value is (222,210,27). Sum of RGB (Red+Green+Blue) = 222+210+27=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED21B is #212DE4. Grayscale: #C1C1C1. Windows color (decimal): -2174437 or 1823454. OLE color: 1823454.
HSL color Cylindrical-coordinate representation of color #DED21B: hue angle of 56.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DED21B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 27 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.13 |
| HSL | 56.31º | 0.78% | 0.49% | - |
| HSV(B) | 56.31º | 0.88% | 0.87% | - |
| XYZ | 53.37 | 61.7 | 10.13 | - |
| YUV | 192.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 27 | 0 | 0.05 | 0.88 | 0.13 | 56.31 | 0.78 | 0.49 |
| Hex | DE | D2 | 1B | 0 | 5 | 58 | D | 38 | 4E | 31 |
| Octal | 336 | 322 | 33 | 0 | 5 | 130 | 15 | 70 | 116 | 61 |
| Binary | 11011110 | 11010010 | 11011 | 0 | 101 | 1011000 | 1101 | 111000 | 1001110 | 110001 |
Color Harmonies of #DED21B
Complementary color
Monochromatic Colors of #DED21B
Black with #DED21B
Text Example
Text Example
White with #DED21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED21B; }
p { color: rgb(222,210,27); }
H1.HeaderClassName
{
color: #DED21B;
}
.AnyTagClassName
{
color: #DED21B;
}
</style>
background-color css
<style>
a { background-color: #DED21B; }
a { background-color: rgb(222,210,27); }
div.DivClassName
{
background-color: #DED21B;
}
.BgClassName
{
background-color: #DED21B;
}
</style>
border-color css
<style>
span { border-color: #DED21B; }
span { border-color: rgb(222,210,27); }
td.TdClassName
{
border-color: #DED21B;
}
.TagClassName
{
border-color: #DED21B;
}
</style>