Shades of Barberry #DECF26
Tints of Barberry #DECF26
RGB
CMYK
RGB Variations
Color information
#DECF26 (or 0xDECF26) is known color: Barberry. HEX triplet: DE, CF and 26. RGB value is (222,207,38). Sum of RGB (Red+Green+Blue) = 222+207+38=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF26 is #2130D9. Grayscale: #C0C0C0. Windows color (decimal): -2175194 or 2543582. OLE color: 2543582.
HSL color Cylindrical-coordinate representation of color #DECF26: hue angle of 55.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DECF26 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 38 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.13 |
| HSL | 55.11º | 0.74% | 0.51% | - |
| HSV(B) | 55.11º | 0.83% | 0.87% | - |
| XYZ | 52.79 | 60.3 | 10.69 | - |
| YUV | 192.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 38 | 0 | 0.07 | 0.83 | 0.13 | 55.11 | 0.74 | 0.51 |
| Hex | DE | CF | 26 | 0 | 7 | 53 | D | 37 | 4A | 33 |
| Octal | 336 | 317 | 46 | 0 | 7 | 123 | 15 | 67 | 112 | 63 |
| Binary | 11011110 | 11001111 | 100110 | 0 | 111 | 1010011 | 1101 | 110111 | 1001010 | 110011 |
Color Harmonies of #DECF26
Complementary color
Monochromatic Colors of #DECF26
Black with #DECF26
Text Example
Text Example
White with #DECF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF26; }
p { color: rgb(222,207,38); }
H1.HeaderClassName
{
color: #DECF26;
}
.AnyTagClassName
{
color: #DECF26;
}
</style>
background-color css
<style>
a { background-color: #DECF26; }
a { background-color: rgb(222,207,38); }
div.DivClassName
{
background-color: #DECF26;
}
.BgClassName
{
background-color: #DECF26;
}
</style>
border-color css
<style>
span { border-color: #DECF26; }
span { border-color: rgb(222,207,38); }
td.TdClassName
{
border-color: #DECF26;
}
.TagClassName
{
border-color: #DECF26;
}
</style>