Shades of Barberry #DED81C
Tints of Barberry #DED81C
RGB
CMYK
RGB Variations
Color information
#DED81C (or 0xDED81C) is known color: Barberry. HEX triplet: DE, D8 and 1C. RGB value is (222,216,28). Sum of RGB (Red+Green+Blue) = 222+216+28=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DED81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED81C is #2127E3. Grayscale: #C5C5C5. Windows color (decimal): -2172900 or 1890526. OLE color: 1890526.
HSL color Cylindrical-coordinate representation of color #DED81C: hue angle of 58.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DED81C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.13 |
| HSL | 58.14º | 0.78% | 0.49% | - |
| HSV(B) | 58.14º | 0.87% | 0.87% | - |
| XYZ | 54.89 | 64.73 | 10.7 | - |
| YUV | 196.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 28 | 0 | 0.03 | 0.87 | 0.13 | 58.14 | 0.78 | 0.49 |
| Hex | DE | D8 | 1C | 0 | 3 | 57 | D | 3A | 4E | 31 |
| Octal | 336 | 330 | 34 | 0 | 3 | 127 | 15 | 72 | 116 | 61 |
| Binary | 11011110 | 11011000 | 11100 | 0 | 11 | 1010111 | 1101 | 111010 | 1001110 | 110001 |
Color Harmonies of #DED81C
Complementary color
Monochromatic Colors of #DED81C
Black with #DED81C
Text Example
Text Example
White with #DED81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED81C; }
p { color: rgb(222,216,28); }
H1.HeaderClassName
{
color: #DED81C;
}
.AnyTagClassName
{
color: #DED81C;
}
</style>
background-color css
<style>
a { background-color: #DED81C; }
a { background-color: rgb(222,216,28); }
div.DivClassName
{
background-color: #DED81C;
}
.BgClassName
{
background-color: #DED81C;
}
</style>
border-color css
<style>
span { border-color: #DED81C; }
span { border-color: rgb(222,216,28); }
td.TdClassName
{
border-color: #DED81C;
}
.TagClassName
{
border-color: #DED81C;
}
</style>