Shades of Barberry #DECD2A
Tints of Barberry #DECD2A
RGB
CMYK
RGB Variations
Color information
#DECD2A (or 0xDECD2A) is known color: Barberry. HEX triplet: DE, CD and 2A. RGB value is (222,205,42). Sum of RGB (Red+Green+Blue) = 222+205+42=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD2A is #2132D5. Grayscale: #C0C0C0. Windows color (decimal): -2175702 or 2805214. OLE color: 2805214.
HSL color Cylindrical-coordinate representation of color #DECD2A: hue angle of 54.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 #DECD2A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 42 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.13 |
| HSL | 54.33º | 0.73% | 0.52% | - |
| HSV(B) | 54.33º | 0.81% | 0.87% | - |
| XYZ | 52.37 | 59.36 | 10.89 | - |
| YUV | 191.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 42 | 0 | 0.08 | 0.81 | 0.13 | 54.33 | 0.73 | 0.52 |
| Hex | DE | CD | 2A | 0 | 8 | 51 | D | 36 | 49 | 34 |
| Octal | 336 | 315 | 52 | 0 | 10 | 121 | 15 | 66 | 111 | 64 |
| Binary | 11011110 | 11001101 | 101010 | 0 | 1000 | 1010001 | 1101 | 110110 | 1001001 | 110100 |
Color Harmonies of #DECD2A
Complementary color
Monochromatic Colors of #DECD2A
Black with #DECD2A
Text Example
Text Example
White with #DECD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD2A; }
p { color: rgb(222,205,42); }
H1.HeaderClassName
{
color: #DECD2A;
}
.AnyTagClassName
{
color: #DECD2A;
}
</style>
background-color css
<style>
a { background-color: #DECD2A; }
a { background-color: rgb(222,205,42); }
div.DivClassName
{
background-color: #DECD2A;
}
.BgClassName
{
background-color: #DECD2A;
}
</style>
border-color css
<style>
span { border-color: #DECD2A; }
span { border-color: rgb(222,205,42); }
td.TdClassName
{
border-color: #DECD2A;
}
.TagClassName
{
border-color: #DECD2A;
}
</style>