Shades of Barberry #DED90B
Tints of Barberry #DED90B
RGB
CMYK
RGB Variations
Color information
#DED90B (or 0xDED90B) is known color: Barberry. HEX triplet: DE, D9 and 0B. RGB value is (222,217,11). Sum of RGB (Red+Green+Blue) = 222+217+11=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED90B is #2126F4. Grayscale: #C3C3C3. Windows color (decimal): -2172661 or 776670. OLE color: 776670.
HSL color Cylindrical-coordinate representation of color #DED90B: hue angle of 58.58º degrees, saturation: 0.91, 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 #DED90B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.13 |
| HSL | 58.58º | 0.91% | 0.46% | - |
| HSV(B) | 58.58º | 0.95% | 0.87% | - |
| XYZ | 55 | 65.18 | 10 | - |
| YUV | 195.01 | 24.16 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 11 | 0 | 0.02 | 0.95 | 0.13 | 58.58 | 0.91 | 0.46 |
| Hex | DE | D9 | B | 0 | 2 | 5F | D | 3B | 5B | 2E |
| Octal | 336 | 331 | 13 | 0 | 2 | 137 | 15 | 73 | 133 | 56 |
| Binary | 11011110 | 11011001 | 1011 | 0 | 10 | 1011111 | 1101 | 111011 | 1011011 | 101110 |
Color Harmonies of #DED90B
Complementary color
Monochromatic Colors of #DED90B
Black with #DED90B
Text Example
Text Example
White with #DED90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED90B; }
p { color: rgb(222,217,11); }
H1.HeaderClassName
{
color: #DED90B;
}
.AnyTagClassName
{
color: #DED90B;
}
</style>
background-color css
<style>
a { background-color: #DED90B; }
a { background-color: rgb(222,217,11); }
div.DivClassName
{
background-color: #DED90B;
}
.BgClassName
{
background-color: #DED90B;
}
</style>
border-color css
<style>
span { border-color: #DED90B; }
span { border-color: rgb(222,217,11); }
td.TdClassName
{
border-color: #DED90B;
}
.TagClassName
{
border-color: #DED90B;
}
</style>