Shades of Barberry #DEC925
Tints of Barberry #DEC925
RGB
CMYK
RGB Variations
Color information
#DEC925 (or 0xDEC925) is known color: Barberry. HEX triplet: DE, C9 and 25. RGB value is (222,201,37). Sum of RGB (Red+Green+Blue) = 222+201+37=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC925 is #2136DA. Grayscale: #BDBDBD. Windows color (decimal): -2176731 or 2476510. OLE color: 2476510.
HSL color Cylindrical-coordinate representation of color #DEC925: hue angle of 53.19º 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 #DEC925 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 37 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.13 |
| HSL | 53.19º | 0.74% | 0.51% | - |
| HSV(B) | 53.19º | 0.83% | 0.87% | - |
| XYZ | 51.34 | 57.44 | 10.13 | - |
| YUV | 188.58 | 42.46 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 37 | 0 | 0.09 | 0.83 | 0.13 | 53.19 | 0.74 | 0.51 |
| Hex | DE | C9 | 25 | 0 | 9 | 53 | D | 35 | 4A | 33 |
| Octal | 336 | 311 | 45 | 0 | 11 | 123 | 15 | 65 | 112 | 63 |
| Binary | 11011110 | 11001001 | 100101 | 0 | 1001 | 1010011 | 1101 | 110101 | 1001010 | 110011 |
Color Harmonies of #DEC925
Complementary color
Monochromatic Colors of #DEC925
Black with #DEC925
Text Example
Text Example
White with #DEC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC925; }
p { color: rgb(222,201,37); }
H1.HeaderClassName
{
color: #DEC925;
}
.AnyTagClassName
{
color: #DEC925;
}
</style>
background-color css
<style>
a { background-color: #DEC925; }
a { background-color: rgb(222,201,37); }
div.DivClassName
{
background-color: #DEC925;
}
.BgClassName
{
background-color: #DEC925;
}
</style>
border-color css
<style>
span { border-color: #DEC925; }
span { border-color: rgb(222,201,37); }
td.TdClassName
{
border-color: #DEC925;
}
.TagClassName
{
border-color: #DEC925;
}
</style>