Shades of Barberry #DDD11D
Tints of Barberry #DDD11D
RGB
CMYK
RGB Variations
Color information
#DDD11D (or 0xDDD11D) is known color: Barberry. HEX triplet: DD, D1 and 1D. RGB value is (221,209,29). Sum of RGB (Red+Green+Blue) = 221+209+29=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD11D is #222EE2. Grayscale: #C0C0C0. Windows color (decimal): -2240227 or 1954269. OLE color: 1954269.
HSL color Cylindrical-coordinate representation of color #DDD11D: hue angle of 56.25º 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 #DDD11D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 29 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.13 |
| HSL | 56.25º | 0.77% | 0.49% | - |
| HSV(B) | 56.25º | 0.87% | 0.87% | - |
| XYZ | 52.84 | 61.06 | 10.16 | - |
| YUV | 192.07 | 35.98 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 29 | 0 | 0.05 | 0.87 | 0.13 | 56.25 | 0.77 | 0.49 |
| Hex | DD | D1 | 1D | 0 | 5 | 57 | D | 38 | 4D | 31 |
| Octal | 335 | 321 | 35 | 0 | 5 | 127 | 15 | 70 | 115 | 61 |
| Binary | 11011101 | 11010001 | 11101 | 0 | 101 | 1010111 | 1101 | 111000 | 1001101 | 110001 |
Color Harmonies of #DDD11D
Complementary color
Monochromatic Colors of #DDD11D
Black with #DDD11D
Text Example
Text Example
White with #DDD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD11D; }
p { color: rgb(221,209,29); }
H1.HeaderClassName
{
color: #DDD11D;
}
.AnyTagClassName
{
color: #DDD11D;
}
</style>
background-color css
<style>
a { background-color: #DDD11D; }
a { background-color: rgb(221,209,29); }
div.DivClassName
{
background-color: #DDD11D;
}
.BgClassName
{
background-color: #DDD11D;
}
</style>
border-color css
<style>
span { border-color: #DDD11D; }
span { border-color: rgb(221,209,29); }
td.TdClassName
{
border-color: #DDD11D;
}
.TagClassName
{
border-color: #DDD11D;
}
</style>