Shades of Barberry #DED90A
Tints of Barberry #DED90A
RGB
CMYK
RGB Variations
Color information
#DED90A (or 0xDED90A) is known color: Barberry. HEX triplet: DE, D9 and 0A. RGB value is (222,217,10). Sum of RGB (Red+Green+Blue) = 222+217+10=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DED90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED90A is #2126F5. Grayscale: #C3C3C3. Windows color (decimal): -2172662 or 711134. OLE color: 711134.
HSL color Cylindrical-coordinate representation of color #DED90A: hue angle of 58.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED90A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.13 |
| HSL | 58.58º | 0.91% | 0.45% | - |
| HSV(B) | 58.58º | 0.95% | 0.87% | - |
| XYZ | 54.99 | 65.18 | 9.97 | - |
| YUV | 194.9 | 23.66 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 10 | 0 | 0.02 | 0.95 | 0.13 | 58.58 | 0.91 | 0.45 |
| Hex | DE | D9 | A | 0 | 2 | 5F | D | 3B | 5B | 2D |
| Octal | 336 | 331 | 12 | 0 | 2 | 137 | 15 | 73 | 133 | 55 |
| Binary | 11011110 | 11011001 | 1010 | 0 | 10 | 1011111 | 1101 | 111011 | 1011011 | 101101 |
Color Harmonies of #DED90A
Complementary color
Monochromatic Colors of #DED90A
Black with #DED90A
Text Example
Text Example
White with #DED90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED90A; }
p { color: rgb(222,217,10); }
H1.HeaderClassName
{
color: #DED90A;
}
.AnyTagClassName
{
color: #DED90A;
}
</style>
background-color css
<style>
a { background-color: #DED90A; }
a { background-color: rgb(222,217,10); }
div.DivClassName
{
background-color: #DED90A;
}
.BgClassName
{
background-color: #DED90A;
}
</style>
border-color css
<style>
span { border-color: #DED90A; }
span { border-color: rgb(222,217,10); }
td.TdClassName
{
border-color: #DED90A;
}
.TagClassName
{
border-color: #DED90A;
}
</style>