Shades of Barberry #DEC927
Tints of Barberry #DEC927
RGB
CMYK
RGB Variations
Color information
#DEC927 (or 0xDEC927) is known color: Barberry. HEX triplet: DE, C9 and 27. RGB value is (222,201,39). Sum of RGB (Red+Green+Blue) = 222+201+39=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 39 (15.62% from 255 or 8.44% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC927 is #2136D8. Grayscale: #BDBDBD. Windows color (decimal): -2176729 or 2607582. OLE color: 2607582.
HSL color Cylindrical-coordinate representation of color #DEC927: hue angle of 53.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEC927 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 39 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.13 |
| HSL | 53.11º | 0.73% | 0.51% | - |
| HSV(B) | 53.11º | 0.82% | 0.87% | - |
| XYZ | 51.38 | 57.45 | 10.3 | - |
| YUV | 188.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 39 | 0 | 0.09 | 0.82 | 0.13 | 53.11 | 0.73 | 0.51 |
| Hex | DE | C9 | 27 | 0 | 9 | 52 | D | 35 | 49 | 33 |
| Octal | 336 | 311 | 47 | 0 | 11 | 122 | 15 | 65 | 111 | 63 |
| Binary | 11011110 | 11001001 | 100111 | 0 | 1001 | 1010010 | 1101 | 110101 | 1001001 | 110011 |
Color Harmonies of #DEC927
Complementary color
Monochromatic Colors of #DEC927
Black with #DEC927
Text Example
Text Example
White with #DEC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC927; }
p { color: rgb(222,201,39); }
H1.HeaderClassName
{
color: #DEC927;
}
.AnyTagClassName
{
color: #DEC927;
}
</style>
background-color css
<style>
a { background-color: #DEC927; }
a { background-color: rgb(222,201,39); }
div.DivClassName
{
background-color: #DEC927;
}
.BgClassName
{
background-color: #DEC927;
}
</style>
border-color css
<style>
span { border-color: #DEC927; }
span { border-color: rgb(222,201,39); }
td.TdClassName
{
border-color: #DEC927;
}
.TagClassName
{
border-color: #DEC927;
}
</style>