Shades of Barberry #DED01E
Tints of Barberry #DED01E
RGB
CMYK
RGB Variations
Color information
#DED01E (or 0xDED01E) is known color: Barberry. HEX triplet: DE, D0 and 1E. RGB value is (222,208,30). Sum of RGB (Red+Green+Blue) = 222+208+30=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED01E is #212FE1. Grayscale: #C0C0C0. Windows color (decimal): -2174946 or 2019550. OLE color: 2019550.
HSL color Cylindrical-coordinate representation of color #DED01E: hue angle of 55.62º 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 #DED01E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 30 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.13 |
| HSL | 55.63º | 0.76% | 0.49% | - |
| HSV(B) | 55.63º | 0.86% | 0.87% | - |
| XYZ | 52.91 | 60.74 | 10.16 | - |
| YUV | 191.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 30 | 0 | 0.06 | 0.86 | 0.13 | 55.63 | 0.76 | 0.49 |
| Hex | DE | D0 | 1E | 0 | 6 | 56 | D | 38 | 4C | 31 |
| Octal | 336 | 320 | 36 | 0 | 6 | 126 | 15 | 70 | 114 | 61 |
| Binary | 11011110 | 11010000 | 11110 | 0 | 110 | 1010110 | 1101 | 111000 | 1001100 | 110001 |
Color Harmonies of #DED01E
Complementary color
Monochromatic Colors of #DED01E
Black with #DED01E
Text Example
Text Example
White with #DED01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED01E; }
p { color: rgb(222,208,30); }
H1.HeaderClassName
{
color: #DED01E;
}
.AnyTagClassName
{
color: #DED01E;
}
</style>
background-color css
<style>
a { background-color: #DED01E; }
a { background-color: rgb(222,208,30); }
div.DivClassName
{
background-color: #DED01E;
}
.BgClassName
{
background-color: #DED01E;
}
</style>
border-color css
<style>
span { border-color: #DED01E; }
span { border-color: rgb(222,208,30); }
td.TdClassName
{
border-color: #DED01E;
}
.TagClassName
{
border-color: #DED01E;
}
</style>