Shades of Barberry #DED81B
Tints of Barberry #DED81B
RGB
CMYK
RGB Variations
Color information
#DED81B (or 0xDED81B) is known color: Barberry. HEX triplet: DE, D8 and 1B. RGB value is (222,216,27). Sum of RGB (Red+Green+Blue) = 222+216+27=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DED81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED81B is #2127E4. Grayscale: #C5C5C5. Windows color (decimal): -2172901 or 1824990. OLE color: 1824990.
HSL color Cylindrical-coordinate representation of color #DED81B: hue angle of 58.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DED81B is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 27 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.13 |
| HSL | 58.15º | 0.78% | 0.49% | - |
| HSV(B) | 58.15º | 0.88% | 0.87% | - |
| XYZ | 54.88 | 64.72 | 10.64 | - |
| YUV | 196.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 27 | 0 | 0.03 | 0.88 | 0.13 | 58.15 | 0.78 | 0.49 |
| Hex | DE | D8 | 1B | 0 | 3 | 58 | D | 3A | 4E | 31 |
| Octal | 336 | 330 | 33 | 0 | 3 | 130 | 15 | 72 | 116 | 61 |
| Binary | 11011110 | 11011000 | 11011 | 0 | 11 | 1011000 | 1101 | 111010 | 1001110 | 110001 |
Color Harmonies of #DED81B
Complementary color
Monochromatic Colors of #DED81B
Black with #DED81B
Text Example
Text Example
White with #DED81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED81B; }
p { color: rgb(222,216,27); }
H1.HeaderClassName
{
color: #DED81B;
}
.AnyTagClassName
{
color: #DED81B;
}
</style>
background-color css
<style>
a { background-color: #DED81B; }
a { background-color: rgb(222,216,27); }
div.DivClassName
{
background-color: #DED81B;
}
.BgClassName
{
background-color: #DED81B;
}
</style>
border-color css
<style>
span { border-color: #DED81B; }
span { border-color: rgb(222,216,27); }
td.TdClassName
{
border-color: #DED81B;
}
.TagClassName
{
border-color: #DED81B;
}
</style>