Shades of Barberry #DEC92C
Tints of Barberry #DEC92C
RGB
CMYK
RGB Variations
Color information
#DEC92C (or 0xDEC92C) is known color: Barberry. HEX triplet: DE, C9 and 2C. RGB value is (222,201,44). Sum of RGB (Red+Green+Blue) = 222+201+44=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC92C is #2136D3. Grayscale: #BEBEBE. Windows color (decimal): -2176724 or 2935262. OLE color: 2935262.
HSL color Cylindrical-coordinate representation of color #DEC92C: hue angle of 52.92º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEC92C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 44 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.13 |
| HSL | 52.92º | 0.73% | 0.52% | - |
| HSV(B) | 52.92º | 0.8% | 0.87% | - |
| XYZ | 51.47 | 57.48 | 10.77 | - |
| YUV | 189.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 44 | 0 | 0.09 | 0.80 | 0.13 | 52.92 | 0.73 | 0.52 |
| Hex | DE | C9 | 2C | 0 | 9 | 50 | D | 35 | 49 | 34 |
| Octal | 336 | 311 | 54 | 0 | 11 | 120 | 15 | 65 | 111 | 64 |
| Binary | 11011110 | 11001001 | 101100 | 0 | 1001 | 1010000 | 1101 | 110101 | 1001001 | 110100 |
Color Harmonies of #DEC92C
Complementary color
Monochromatic Colors of #DEC92C
Black with #DEC92C
Text Example
Text Example
White with #DEC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC92C; }
p { color: rgb(222,201,44); }
H1.HeaderClassName
{
color: #DEC92C;
}
.AnyTagClassName
{
color: #DEC92C;
}
</style>
background-color css
<style>
a { background-color: #DEC92C; }
a { background-color: rgb(222,201,44); }
div.DivClassName
{
background-color: #DEC92C;
}
.BgClassName
{
background-color: #DEC92C;
}
</style>
border-color css
<style>
span { border-color: #DEC92C; }
span { border-color: rgb(222,201,44); }
td.TdClassName
{
border-color: #DEC92C;
}
.TagClassName
{
border-color: #DEC92C;
}
</style>