Shades of Barberry #DDD41E
Tints of Barberry #DDD41E
RGB
CMYK
RGB Variations
Color information
#DDD41E (or 0xDDD41E) is known color: Barberry. HEX triplet: DD, D4 and 1E. RGB value is (221,212,30). Sum of RGB (Red+Green+Blue) = 221+212+30=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD41E is #222BE1. Grayscale: #C2C2C2. Windows color (decimal): -2239458 or 2020573. OLE color: 2020573.
HSL color Cylindrical-coordinate representation of color #DDD41E: hue angle of 57.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD41E is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 30 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.13 |
| HSL | 57.17º | 0.76% | 0.49% | - |
| HSV(B) | 57.17º | 0.86% | 0.87% | - |
| XYZ | 53.6 | 62.55 | 10.48 | - |
| YUV | 193.94 | 35.48 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 30 | 0 | 0.04 | 0.86 | 0.13 | 57.17 | 0.76 | 0.49 |
| Hex | DD | D4 | 1E | 0 | 4 | 56 | D | 39 | 4C | 31 |
| Octal | 335 | 324 | 36 | 0 | 4 | 126 | 15 | 71 | 114 | 61 |
| Binary | 11011101 | 11010100 | 11110 | 0 | 100 | 1010110 | 1101 | 111001 | 1001100 | 110001 |
Color Harmonies of #DDD41E
Complementary color
Monochromatic Colors of #DDD41E
Black with #DDD41E
Text Example
Text Example
White with #DDD41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD41E; }
p { color: rgb(221,212,30); }
H1.HeaderClassName
{
color: #DDD41E;
}
.AnyTagClassName
{
color: #DDD41E;
}
</style>
background-color css
<style>
a { background-color: #DDD41E; }
a { background-color: rgb(221,212,30); }
div.DivClassName
{
background-color: #DDD41E;
}
.BgClassName
{
background-color: #DDD41E;
}
</style>
border-color css
<style>
span { border-color: #DDD41E; }
span { border-color: rgb(221,212,30); }
td.TdClassName
{
border-color: #DDD41E;
}
.TagClassName
{
border-color: #DDD41E;
}
</style>