Shades of Barberry #DECB2A
Tints of Barberry #DECB2A
RGB
CMYK
RGB Variations
Color information
#DECB2A (or 0xDECB2A) is known color: Barberry. HEX triplet: DE, CB and 2A. RGB value is (222,203,42). Sum of RGB (Red+Green+Blue) = 222+203+42=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB2A is #2134D5. Grayscale: #BEBEBE. Windows color (decimal): -2176214 or 2804702. OLE color: 2804702.
HSL color Cylindrical-coordinate representation of color #DECB2A: hue angle of 53.67º 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 #DECB2A is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 42 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.13 |
| HSL | 53.67º | 0.73% | 0.52% | - |
| HSV(B) | 53.67º | 0.81% | 0.87% | - |
| XYZ | 51.9 | 58.41 | 10.73 | - |
| YUV | 190.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 42 | 0 | 0.09 | 0.81 | 0.13 | 53.67 | 0.73 | 0.52 |
| Hex | DE | CB | 2A | 0 | 9 | 51 | D | 36 | 49 | 34 |
| Octal | 336 | 313 | 52 | 0 | 11 | 121 | 15 | 66 | 111 | 64 |
| Binary | 11011110 | 11001011 | 101010 | 0 | 1001 | 1010001 | 1101 | 110110 | 1001001 | 110100 |
Color Harmonies of #DECB2A
Complementary color
Monochromatic Colors of #DECB2A
Black with #DECB2A
Text Example
Text Example
White with #DECB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB2A; }
p { color: rgb(222,203,42); }
H1.HeaderClassName
{
color: #DECB2A;
}
.AnyTagClassName
{
color: #DECB2A;
}
</style>
background-color css
<style>
a { background-color: #DECB2A; }
a { background-color: rgb(222,203,42); }
div.DivClassName
{
background-color: #DECB2A;
}
.BgClassName
{
background-color: #DECB2A;
}
</style>
border-color css
<style>
span { border-color: #DECB2A; }
span { border-color: rgb(222,203,42); }
td.TdClassName
{
border-color: #DECB2A;
}
.TagClassName
{
border-color: #DECB2A;
}
</style>