Shades of Barberry #DDD41D
Tints of Barberry #DDD41D
RGB
CMYK
RGB Variations
Color information
#DDD41D (or 0xDDD41D) is known color: Barberry. HEX triplet: DD, D4 and 1D. RGB value is (221,212,29). Sum of RGB (Red+Green+Blue) = 221+212+29=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD41D is #222BE2. Grayscale: #C2C2C2. Windows color (decimal): -2239459 or 1955037. OLE color: 1955037.
HSL color Cylindrical-coordinate representation of color #DDD41D: hue angle of 57.19º 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 #DDD41D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 29 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.13 |
| HSL | 57.19º | 0.77% | 0.49% | - |
| HSV(B) | 57.19º | 0.87% | 0.87% | - |
| XYZ | 53.58 | 62.55 | 10.41 | - |
| YUV | 193.83 | 34.98 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 29 | 0 | 0.04 | 0.87 | 0.13 | 57.19 | 0.77 | 0.49 |
| Hex | DD | D4 | 1D | 0 | 4 | 57 | D | 39 | 4D | 31 |
| Octal | 335 | 324 | 35 | 0 | 4 | 127 | 15 | 71 | 115 | 61 |
| Binary | 11011101 | 11010100 | 11101 | 0 | 100 | 1010111 | 1101 | 111001 | 1001101 | 110001 |
Color Harmonies of #DDD41D
Complementary color
Monochromatic Colors of #DDD41D
Black with #DDD41D
Text Example
Text Example
White with #DDD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD41D; }
p { color: rgb(221,212,29); }
H1.HeaderClassName
{
color: #DDD41D;
}
.AnyTagClassName
{
color: #DDD41D;
}
</style>
background-color css
<style>
a { background-color: #DDD41D; }
a { background-color: rgb(221,212,29); }
div.DivClassName
{
background-color: #DDD41D;
}
.BgClassName
{
background-color: #DDD41D;
}
</style>
border-color css
<style>
span { border-color: #DDD41D; }
span { border-color: rgb(221,212,29); }
td.TdClassName
{
border-color: #DDD41D;
}
.TagClassName
{
border-color: #DDD41D;
}
</style>