Shades of Barberry #DDD91D
Tints of Barberry #DDD91D
RGB
CMYK
RGB Variations
Color information
#DDD91D (or 0xDDD91D) is known color: Barberry. HEX triplet: DD, D9 and 1D. RGB value is (221,217,29). Sum of RGB (Red+Green+Blue) = 221+217+29=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD91D is #2226E2. Grayscale: #C5C5C5. Windows color (decimal): -2238179 or 1956317. OLE color: 1956317.
HSL color Cylindrical-coordinate representation of color #DDD91D: hue angle of 58.75º 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 #DDD91D is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 29 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.13 |
| HSL | 58.75º | 0.77% | 0.49% | - |
| HSV(B) | 58.75º | 0.87% | 0.87% | - |
| XYZ | 54.85 | 65.09 | 10.83 | - |
| YUV | 196.76 | 33.33 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 29 | 0 | 0.02 | 0.87 | 0.13 | 58.75 | 0.77 | 0.49 |
| Hex | DD | D9 | 1D | 0 | 2 | 57 | D | 3B | 4D | 31 |
| Octal | 335 | 331 | 35 | 0 | 2 | 127 | 15 | 73 | 115 | 61 |
| Binary | 11011101 | 11011001 | 11101 | 0 | 10 | 1010111 | 1101 | 111011 | 1001101 | 110001 |
Color Harmonies of #DDD91D
Complementary color
Monochromatic Colors of #DDD91D
Black with #DDD91D
Text Example
Text Example
White with #DDD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD91D; }
p { color: rgb(221,217,29); }
H1.HeaderClassName
{
color: #DDD91D;
}
.AnyTagClassName
{
color: #DDD91D;
}
</style>
background-color css
<style>
a { background-color: #DDD91D; }
a { background-color: rgb(221,217,29); }
div.DivClassName
{
background-color: #DDD91D;
}
.BgClassName
{
background-color: #DDD91D;
}
</style>
border-color css
<style>
span { border-color: #DDD91D; }
span { border-color: rgb(221,217,29); }
td.TdClassName
{
border-color: #DDD91D;
}
.TagClassName
{
border-color: #DDD91D;
}
</style>