Shades of Barberry #DED41E
Tints of Barberry #DED41E
RGB
CMYK
RGB Variations
Color information
#DED41E (or 0xDED41E) is known color: Barberry. HEX triplet: DE, D4 and 1E. RGB value is (222,212,30). Sum of RGB (Red+Green+Blue) = 222+212+30=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DED41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED41E is #212BE1. Grayscale: #C2C2C2. Windows color (decimal): -2173922 or 2020574. OLE color: 2020574.
HSL color Cylindrical-coordinate representation of color #DED41E: hue angle of 56.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DED41E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 30 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.88º | 0.76% | 0.49% | - |
| HSV(B) | 56.88º | 0.86% | 0.87% | - |
| XYZ | 53.9 | 62.71 | 10.49 | - |
| YUV | 194.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 30 | 0 | 0.05 | 0.86 | 0.13 | 56.88 | 0.76 | 0.49 |
| Hex | DE | D4 | 1E | 0 | 5 | 56 | D | 39 | 4C | 31 |
| Octal | 336 | 324 | 36 | 0 | 5 | 126 | 15 | 71 | 114 | 61 |
| Binary | 11011110 | 11010100 | 11110 | 0 | 101 | 1010110 | 1101 | 111001 | 1001100 | 110001 |
Color Harmonies of #DED41E
Complementary color
Monochromatic Colors of #DED41E
Black with #DED41E
Text Example
Text Example
White with #DED41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED41E; }
p { color: rgb(222,212,30); }
H1.HeaderClassName
{
color: #DED41E;
}
.AnyTagClassName
{
color: #DED41E;
}
</style>
background-color css
<style>
a { background-color: #DED41E; }
a { background-color: rgb(222,212,30); }
div.DivClassName
{
background-color: #DED41E;
}
.BgClassName
{
background-color: #DED41E;
}
</style>
border-color css
<style>
span { border-color: #DED41E; }
span { border-color: rgb(222,212,30); }
td.TdClassName
{
border-color: #DED41E;
}
.TagClassName
{
border-color: #DED41E;
}
</style>