Shades of Barberry #DED91D
Tints of Barberry #DED91D
RGB
CMYK
RGB Variations
Color information
#DED91D (or 0xDED91D) is known color: Barberry. HEX triplet: DE, D9 and 1D. RGB value is (222,217,29). Sum of RGB (Red+Green+Blue) = 222+217+29=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED91D is #2126E2. Grayscale: #C5C5C5. Windows color (decimal): -2172643 or 1956318. OLE color: 1956318.
HSL color Cylindrical-coordinate representation of color #DED91D: hue angle of 58.45º degrees, saturation: 0.77, 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 #DED91D is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 29 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.13 |
| HSL | 58.45º | 0.77% | 0.49% | - |
| HSV(B) | 58.45º | 0.87% | 0.87% | - |
| XYZ | 55.16 | 65.24 | 10.85 | - |
| YUV | 197.06 | 33.16 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 29 | 0 | 0.02 | 0.87 | 0.13 | 58.45 | 0.77 | 0.49 |
| Hex | DE | D9 | 1D | 0 | 2 | 57 | D | 3A | 4D | 31 |
| Octal | 336 | 331 | 35 | 0 | 2 | 127 | 15 | 72 | 115 | 61 |
| Binary | 11011110 | 11011001 | 11101 | 0 | 10 | 1010111 | 1101 | 111010 | 1001101 | 110001 |
Color Harmonies of #DED91D
Complementary color
Monochromatic Colors of #DED91D
Black with #DED91D
Text Example
Text Example
White with #DED91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED91D; }
p { color: rgb(222,217,29); }
H1.HeaderClassName
{
color: #DED91D;
}
.AnyTagClassName
{
color: #DED91D;
}
</style>
background-color css
<style>
a { background-color: #DED91D; }
a { background-color: rgb(222,217,29); }
div.DivClassName
{
background-color: #DED91D;
}
.BgClassName
{
background-color: #DED91D;
}
</style>
border-color css
<style>
span { border-color: #DED91D; }
span { border-color: rgb(222,217,29); }
td.TdClassName
{
border-color: #DED91D;
}
.TagClassName
{
border-color: #DED91D;
}
</style>