Shades of Barberry #DDD91A
Tints of Barberry #DDD91A
RGB
CMYK
RGB Variations
Color information
#DDD91A (or 0xDDD91A) is known color: Barberry. HEX triplet: DD, D9 and 1A. RGB value is (221,217,26). Sum of RGB (Red+Green+Blue) = 221+217+26=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD91A is #2226E5. Grayscale: #C5C5C5. Windows color (decimal): -2238182 or 1759709. OLE color: 1759709.
HSL color Cylindrical-coordinate representation of color #DDD91A: hue angle of 58.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDD91A is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 26 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.13 |
| HSL | 58.77º | 0.79% | 0.48% | - |
| HSV(B) | 58.77º | 0.88% | 0.87% | - |
| XYZ | 54.82 | 65.07 | 10.65 | - |
| YUV | 196.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 26 | 0 | 0.02 | 0.88 | 0.13 | 58.77 | 0.79 | 0.48 |
| Hex | DD | D9 | 1A | 0 | 2 | 58 | D | 3B | 4F | 30 |
| Octal | 335 | 331 | 32 | 0 | 2 | 130 | 15 | 73 | 117 | 60 |
| Binary | 11011101 | 11011001 | 11010 | 0 | 10 | 1011000 | 1101 | 111011 | 1001111 | 110000 |
Color Harmonies of #DDD91A
Complementary color
Monochromatic Colors of #DDD91A
Black with #DDD91A
Text Example
Text Example
White with #DDD91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD91A; }
p { color: rgb(221,217,26); }
H1.HeaderClassName
{
color: #DDD91A;
}
.AnyTagClassName
{
color: #DDD91A;
}
</style>
background-color css
<style>
a { background-color: #DDD91A; }
a { background-color: rgb(221,217,26); }
div.DivClassName
{
background-color: #DDD91A;
}
.BgClassName
{
background-color: #DDD91A;
}
</style>
border-color css
<style>
span { border-color: #DDD91A; }
span { border-color: rgb(221,217,26); }
td.TdClassName
{
border-color: #DDD91A;
}
.TagClassName
{
border-color: #DDD91A;
}
</style>