Shades of Barberry #DDD423
Tints of Barberry #DDD423
RGB
CMYK
RGB Variations
Color information
#DDD423 (or 0xDDD423) is known color: Barberry. HEX triplet: DD, D4 and 23. RGB value is (221,212,35). Sum of RGB (Red+Green+Blue) = 221+212+35=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD423 is #222BDC. Grayscale: #C3C3C3. Windows color (decimal): -2239453 or 2348253. OLE color: 2348253.
HSL color Cylindrical-coordinate representation of color #DDD423: hue angle of 57.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDD423 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 35 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.13 |
| HSL | 57.1º | 0.73% | 0.5% | - |
| HSV(B) | 57.1º | 0.84% | 0.87% | - |
| XYZ | 53.67 | 62.58 | 10.84 | - |
| YUV | 194.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 35 | 0 | 0.04 | 0.84 | 0.13 | 57.1 | 0.73 | 0.5 |
| Hex | DD | D4 | 23 | 0 | 4 | 54 | D | 39 | 49 | 32 |
| Octal | 335 | 324 | 43 | 0 | 4 | 124 | 15 | 71 | 111 | 62 |
| Binary | 11011101 | 11010100 | 100011 | 0 | 100 | 1010100 | 1101 | 111001 | 1001001 | 110010 |
Color Harmonies of #DDD423
Complementary color
Monochromatic Colors of #DDD423
Black with #DDD423
Text Example
Text Example
White with #DDD423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD423; }
p { color: rgb(221,212,35); }
H1.HeaderClassName
{
color: #DDD423;
}
.AnyTagClassName
{
color: #DDD423;
}
</style>
background-color css
<style>
a { background-color: #DDD423; }
a { background-color: rgb(221,212,35); }
div.DivClassName
{
background-color: #DDD423;
}
.BgClassName
{
background-color: #DDD423;
}
</style>
border-color css
<style>
span { border-color: #DDD423; }
span { border-color: rgb(221,212,35); }
td.TdClassName
{
border-color: #DDD423;
}
.TagClassName
{
border-color: #DDD423;
}
</style>