Shades of Barberry #DEC52B
Tints of Barberry #DEC52B
RGB
CMYK
RGB Variations
Color information
#DEC52B (or 0xDEC52B) is known color: Barberry. HEX triplet: DE, C5 and 2B. RGB value is (222,197,43). Sum of RGB (Red+Green+Blue) = 222+197+43=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC52B is #213AD4. Grayscale: #BBBBBB. Windows color (decimal): -2177749 or 2868702. OLE color: 2868702.
HSL color Cylindrical-coordinate representation of color #DEC52B: hue angle of 51.62º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEC52B is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 43 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.13 |
| HSL | 51.62º | 0.73% | 0.52% | - |
| HSV(B) | 51.62º | 0.81% | 0.87% | - |
| XYZ | 50.53 | 55.64 | 10.36 | - |
| YUV | 186.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 43 | 0 | 0.11 | 0.81 | 0.13 | 51.62 | 0.73 | 0.52 |
| Hex | DE | C5 | 2B | 0 | B | 51 | D | 34 | 49 | 34 |
| Octal | 336 | 305 | 53 | 0 | 13 | 121 | 15 | 64 | 111 | 64 |
| Binary | 11011110 | 11000101 | 101011 | 0 | 1011 | 1010001 | 1101 | 110100 | 1001001 | 110100 |
Color Harmonies of #DEC52B
Complementary color
Monochromatic Colors of #DEC52B
Black with #DEC52B
Text Example
Text Example
White with #DEC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC52B; }
p { color: rgb(222,197,43); }
H1.HeaderClassName
{
color: #DEC52B;
}
.AnyTagClassName
{
color: #DEC52B;
}
</style>
background-color css
<style>
a { background-color: #DEC52B; }
a { background-color: rgb(222,197,43); }
div.DivClassName
{
background-color: #DEC52B;
}
.BgClassName
{
background-color: #DEC52B;
}
</style>
border-color css
<style>
span { border-color: #DEC52B; }
span { border-color: rgb(222,197,43); }
td.TdClassName
{
border-color: #DEC52B;
}
.TagClassName
{
border-color: #DEC52B;
}
</style>