Shades of Barberry #DEC82B
Tints of Barberry #DEC82B
RGB
CMYK
RGB Variations
Color information
#DEC82B (or 0xDEC82B) is known color: Barberry. HEX triplet: DE, C8 and 2B. RGB value is (222,200,43). Sum of RGB (Red+Green+Blue) = 222+200+43=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC82B is #2137D4. Grayscale: #BDBDBD. Windows color (decimal): -2176981 or 2869470. OLE color: 2869470.
HSL color Cylindrical-coordinate representation of color #DEC82B: hue angle of 52.63º 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 #DEC82B is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 43 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.13 |
| HSL | 52.63º | 0.73% | 0.52% | - |
| HSV(B) | 52.63º | 0.81% | 0.87% | - |
| XYZ | 51.21 | 57.01 | 10.59 | - |
| YUV | 188.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 43 | 0 | 0.10 | 0.81 | 0.13 | 52.63 | 0.73 | 0.52 |
| Hex | DE | C8 | 2B | 0 | A | 51 | D | 35 | 49 | 34 |
| Octal | 336 | 310 | 53 | 0 | 12 | 121 | 15 | 65 | 111 | 64 |
| Binary | 11011110 | 11001000 | 101011 | 0 | 1010 | 1010001 | 1101 | 110101 | 1001001 | 110100 |
Color Harmonies of #DEC82B
Complementary color
Monochromatic Colors of #DEC82B
Black with #DEC82B
Text Example
Text Example
White with #DEC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC82B; }
p { color: rgb(222,200,43); }
H1.HeaderClassName
{
color: #DEC82B;
}
.AnyTagClassName
{
color: #DEC82B;
}
</style>
background-color css
<style>
a { background-color: #DEC82B; }
a { background-color: rgb(222,200,43); }
div.DivClassName
{
background-color: #DEC82B;
}
.BgClassName
{
background-color: #DEC82B;
}
</style>
border-color css
<style>
span { border-color: #DEC82B; }
span { border-color: rgb(222,200,43); }
td.TdClassName
{
border-color: #DEC82B;
}
.TagClassName
{
border-color: #DEC82B;
}
</style>