Shades of Barberry #DDD412
Tints of Barberry #DDD412
RGB
CMYK
RGB Variations
Color information
#DDD412 (or 0xDDD412) is known color: Barberry. HEX triplet: DD, D4 and 12. RGB value is (221,212,18). Sum of RGB (Red+Green+Blue) = 221+212+18=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD412 is #222BED. Grayscale: #C1C1C1. Windows color (decimal): -2239470 or 1234141. OLE color: 1234141.
HSL color Cylindrical-coordinate representation of color #DDD412: hue angle of 57.34º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDD412 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.13 |
| HSL | 57.34º | 0.85% | 0.47% | - |
| HSV(B) | 57.34º | 0.92% | 0.87% | - |
| XYZ | 53.47 | 62.5 | 9.82 | - |
| YUV | 192.58 | 29.48 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 18 | 0 | 0.04 | 0.92 | 0.13 | 57.34 | 0.85 | 0.47 |
| Hex | DD | D4 | 12 | 0 | 4 | 5C | D | 39 | 55 | 2F |
| Octal | 335 | 324 | 22 | 0 | 4 | 134 | 15 | 71 | 125 | 57 |
| Binary | 11011101 | 11010100 | 10010 | 0 | 100 | 1011100 | 1101 | 111001 | 1010101 | 101111 |
Color Harmonies of #DDD412
Complementary color
Monochromatic Colors of #DDD412
Black with #DDD412
Text Example
Text Example
White with #DDD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD412; }
p { color: rgb(221,212,18); }
H1.HeaderClassName
{
color: #DDD412;
}
.AnyTagClassName
{
color: #DDD412;
}
</style>
background-color css
<style>
a { background-color: #DDD412; }
a { background-color: rgb(221,212,18); }
div.DivClassName
{
background-color: #DDD412;
}
.BgClassName
{
background-color: #DDD412;
}
</style>
border-color css
<style>
span { border-color: #DDD412; }
span { border-color: rgb(221,212,18); }
td.TdClassName
{
border-color: #DDD412;
}
.TagClassName
{
border-color: #DDD412;
}
</style>