Shades of Barberry #DECF2A
Tints of Barberry #DECF2A
RGB
CMYK
RGB Variations
Color information
#DECF2A (or 0xDECF2A) is known color: Barberry. HEX triplet: DE, CF and 2A. RGB value is (222,207,42). Sum of RGB (Red+Green+Blue) = 222+207+42=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF2A is #2130D5. Grayscale: #C1C1C1. Windows color (decimal): -2175190 or 2805726. OLE color: 2805726.
HSL color Cylindrical-coordinate representation of color #DECF2A: hue angle of 55º 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 #DECF2A is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 42 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.13 |
| HSL | 55º | 0.73% | 0.52% | - |
| HSV(B) | 55º | 0.81% | 0.87% | - |
| XYZ | 52.85 | 60.32 | 11.05 | - |
| YUV | 192.68 | 42.97 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 42 | 0 | 0.07 | 0.81 | 0.13 | 55 | 0.73 | 0.52 |
| Hex | DE | CF | 2A | 0 | 7 | 51 | D | 37 | 49 | 34 |
| Octal | 336 | 317 | 52 | 0 | 7 | 121 | 15 | 67 | 111 | 64 |
| Binary | 11011110 | 11001111 | 101010 | 0 | 111 | 1010001 | 1101 | 110111 | 1001001 | 110100 |
Color Harmonies of #DECF2A
Complementary color
Monochromatic Colors of #DECF2A
Black with #DECF2A
Text Example
Text Example
White with #DECF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF2A; }
p { color: rgb(222,207,42); }
H1.HeaderClassName
{
color: #DECF2A;
}
.AnyTagClassName
{
color: #DECF2A;
}
</style>
background-color css
<style>
a { background-color: #DECF2A; }
a { background-color: rgb(222,207,42); }
div.DivClassName
{
background-color: #DECF2A;
}
.BgClassName
{
background-color: #DECF2A;
}
</style>
border-color css
<style>
span { border-color: #DECF2A; }
span { border-color: rgb(222,207,42); }
td.TdClassName
{
border-color: #DECF2A;
}
.TagClassName
{
border-color: #DECF2A;
}
</style>