Shades of Barberry #DEC926
Tints of Barberry #DEC926
RGB
CMYK
RGB Variations
Color information
#DEC926 (or 0xDEC926) is known color: Barberry. HEX triplet: DE, C9 and 26. RGB value is (222,201,38). Sum of RGB (Red+Green+Blue) = 222+201+38=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC926 is #2136D9. Grayscale: #BDBDBD. Windows color (decimal): -2176730 or 2542046. OLE color: 2542046.
HSL color Cylindrical-coordinate representation of color #DEC926: hue angle of 53.15º 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 #DEC926 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 38 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.13 |
| HSL | 53.15º | 0.74% | 0.51% | - |
| HSV(B) | 53.15º | 0.83% | 0.87% | - |
| XYZ | 51.36 | 57.44 | 10.21 | - |
| YUV | 188.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 38 | 0 | 0.09 | 0.83 | 0.13 | 53.15 | 0.74 | 0.51 |
| Hex | DE | C9 | 26 | 0 | 9 | 53 | D | 35 | 4A | 33 |
| Octal | 336 | 311 | 46 | 0 | 11 | 123 | 15 | 65 | 112 | 63 |
| Binary | 11011110 | 11001001 | 100110 | 0 | 1001 | 1010011 | 1101 | 110101 | 1001010 | 110011 |
Color Harmonies of #DEC926
Complementary color
Monochromatic Colors of #DEC926
Black with #DEC926
Text Example
Text Example
White with #DEC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC926; }
p { color: rgb(222,201,38); }
H1.HeaderClassName
{
color: #DEC926;
}
.AnyTagClassName
{
color: #DEC926;
}
</style>
background-color css
<style>
a { background-color: #DEC926; }
a { background-color: rgb(222,201,38); }
div.DivClassName
{
background-color: #DEC926;
}
.BgClassName
{
background-color: #DEC926;
}
</style>
border-color css
<style>
span { border-color: #DEC926; }
span { border-color: rgb(222,201,38); }
td.TdClassName
{
border-color: #DEC926;
}
.TagClassName
{
border-color: #DEC926;
}
</style>