Shades of Barberry #DED91C
Tints of Barberry #DED91C
RGB
CMYK
RGB Variations
Color information
#DED91C (or 0xDED91C) is known color: Barberry. HEX triplet: DE, D9 and 1C. RGB value is (222,217,28). Sum of RGB (Red+Green+Blue) = 222+217+28=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DED91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED91C is #2126E3. Grayscale: #C5C5C5. Windows color (decimal): -2172644 or 1890782. OLE color: 1890782.
HSL color Cylindrical-coordinate representation of color #DED91C: hue angle of 58.45º 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 #DED91C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 28 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.13 |
| HSL | 58.45º | 0.78% | 0.49% | - |
| HSV(B) | 58.45º | 0.87% | 0.87% | - |
| XYZ | 55.15 | 65.24 | 10.78 | - |
| YUV | 196.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 28 | 0 | 0.02 | 0.87 | 0.13 | 58.45 | 0.78 | 0.49 |
| Hex | DE | D9 | 1C | 0 | 2 | 57 | D | 3A | 4E | 31 |
| Octal | 336 | 331 | 34 | 0 | 2 | 127 | 15 | 72 | 116 | 61 |
| Binary | 11011110 | 11011001 | 11100 | 0 | 10 | 1010111 | 1101 | 111010 | 1001110 | 110001 |
Color Harmonies of #DED91C
Complementary color
Monochromatic Colors of #DED91C
Black with #DED91C
Text Example
Text Example
White with #DED91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED91C; }
p { color: rgb(222,217,28); }
H1.HeaderClassName
{
color: #DED91C;
}
.AnyTagClassName
{
color: #DED91C;
}
</style>
background-color css
<style>
a { background-color: #DED91C; }
a { background-color: rgb(222,217,28); }
div.DivClassName
{
background-color: #DED91C;
}
.BgClassName
{
background-color: #DED91C;
}
</style>
border-color css
<style>
span { border-color: #DED91C; }
span { border-color: rgb(222,217,28); }
td.TdClassName
{
border-color: #DED91C;
}
.TagClassName
{
border-color: #DED91C;
}
</style>