Shades of Barberry #DED80C
Tints of Barberry #DED80C
RGB
CMYK
RGB Variations
Color information
#DED80C (or 0xDED80C) is known color: Barberry. HEX triplet: DE, D8 and 0C. RGB value is (222,216,12). Sum of RGB (Red+Green+Blue) = 222+216+12=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED80C is #2127F3. Grayscale: #C3C3C3. Windows color (decimal): -2172916 or 841950. OLE color: 841950.
HSL color Cylindrical-coordinate representation of color #DED80C: hue angle of 58.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED80C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.13 |
| HSL | 58.29º | 0.9% | 0.46% | - |
| HSV(B) | 58.29º | 0.95% | 0.87% | - |
| XYZ | 54.75 | 64.67 | 9.94 | - |
| YUV | 194.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 12 | 0 | 0.03 | 0.95 | 0.13 | 58.29 | 0.9 | 0.46 |
| Hex | DE | D8 | C | 0 | 3 | 5F | D | 3A | 5A | 2E |
| Octal | 336 | 330 | 14 | 0 | 3 | 137 | 15 | 72 | 132 | 56 |
| Binary | 11011110 | 11011000 | 1100 | 0 | 11 | 1011111 | 1101 | 111010 | 1011010 | 101110 |
Color Harmonies of #DED80C
Complementary color
Monochromatic Colors of #DED80C
Black with #DED80C
Text Example
Text Example
White with #DED80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED80C; }
p { color: rgb(222,216,12); }
H1.HeaderClassName
{
color: #DED80C;
}
.AnyTagClassName
{
color: #DED80C;
}
</style>
background-color css
<style>
a { background-color: #DED80C; }
a { background-color: rgb(222,216,12); }
div.DivClassName
{
background-color: #DED80C;
}
.BgClassName
{
background-color: #DED80C;
}
</style>
border-color css
<style>
span { border-color: #DED80C; }
span { border-color: rgb(222,216,12); }
td.TdClassName
{
border-color: #DED80C;
}
.TagClassName
{
border-color: #DED80C;
}
</style>