Shades of Barberry #DEC72A
Tints of Barberry #DEC72A
RGB
CMYK
RGB Variations
Color information
#DEC72A (or 0xDEC72A) is known color: Barberry. HEX triplet: DE, C7 and 2A. RGB value is (222,199,42). Sum of RGB (Red+Green+Blue) = 222+199+42=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC72A is #2138D5. Grayscale: #BCBCBC. Windows color (decimal): -2177238 or 2803678. OLE color: 2803678.
HSL color Cylindrical-coordinate representation of color #DEC72A: hue angle of 52.33º 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 #DEC72A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 42 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.13 |
| HSL | 52.33º | 0.73% | 0.52% | - |
| HSV(B) | 52.33º | 0.81% | 0.87% | - |
| XYZ | 50.97 | 56.54 | 10.42 | - |
| YUV | 187.98 | 45.62 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 42 | 0 | 0.10 | 0.81 | 0.13 | 52.33 | 0.73 | 0.52 |
| Hex | DE | C7 | 2A | 0 | A | 51 | D | 34 | 49 | 34 |
| Octal | 336 | 307 | 52 | 0 | 12 | 121 | 15 | 64 | 111 | 64 |
| Binary | 11011110 | 11000111 | 101010 | 0 | 1010 | 1010001 | 1101 | 110100 | 1001001 | 110100 |
Color Harmonies of #DEC72A
Complementary color
Monochromatic Colors of #DEC72A
Black with #DEC72A
Text Example
Text Example
White with #DEC72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC72A; }
p { color: rgb(222,199,42); }
H1.HeaderClassName
{
color: #DEC72A;
}
.AnyTagClassName
{
color: #DEC72A;
}
</style>
background-color css
<style>
a { background-color: #DEC72A; }
a { background-color: rgb(222,199,42); }
div.DivClassName
{
background-color: #DEC72A;
}
.BgClassName
{
background-color: #DEC72A;
}
</style>
border-color css
<style>
span { border-color: #DEC72A; }
span { border-color: rgb(222,199,42); }
td.TdClassName
{
border-color: #DEC72A;
}
.TagClassName
{
border-color: #DEC72A;
}
</style>