Shades of Barberry #DED225
Tints of Barberry #DED225
RGB
CMYK
RGB Variations
Color information
#DED225 (or 0xDED225) is known color: Barberry. HEX triplet: DE, D2 and 25. RGB value is (222,210,37). Sum of RGB (Red+Green+Blue) = 222+210+37=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED225 is #212DDA. Grayscale: #C2C2C2. Windows color (decimal): -2174427 or 2478814. OLE color: 2478814.
HSL color Cylindrical-coordinate representation of color #DED225: hue angle of 56.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DED225 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.13 |
| HSL | 56.11º | 0.74% | 0.51% | - |
| HSV(B) | 56.11º | 0.83% | 0.87% | - |
| XYZ | 53.5 | 61.76 | 10.85 | - |
| YUV | 193.87 | 39.48 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 37 | 0 | 0.05 | 0.83 | 0.13 | 56.11 | 0.74 | 0.51 |
| Hex | DE | D2 | 25 | 0 | 5 | 53 | D | 38 | 4A | 33 |
| Octal | 336 | 322 | 45 | 0 | 5 | 123 | 15 | 70 | 112 | 63 |
| Binary | 11011110 | 11010010 | 100101 | 0 | 101 | 1010011 | 1101 | 111000 | 1001010 | 110011 |
Color Harmonies of #DED225
Complementary color
Monochromatic Colors of #DED225
Black with #DED225
Text Example
Text Example
White with #DED225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED225; }
p { color: rgb(222,210,37); }
H1.HeaderClassName
{
color: #DED225;
}
.AnyTagClassName
{
color: #DED225;
}
</style>
background-color css
<style>
a { background-color: #DED225; }
a { background-color: rgb(222,210,37); }
div.DivClassName
{
background-color: #DED225;
}
.BgClassName
{
background-color: #DED225;
}
</style>
border-color css
<style>
span { border-color: #DED225; }
span { border-color: rgb(222,210,37); }
td.TdClassName
{
border-color: #DED225;
}
.TagClassName
{
border-color: #DED225;
}
</style>