Shades of Barberry #DDD512
Tints of Barberry #DDD512
RGB
CMYK
RGB Variations
Color information
#DDD512 (or 0xDDD512) is known color: Barberry. HEX triplet: DD, D5 and 12. RGB value is (221,213,18). Sum of RGB (Red+Green+Blue) = 221+213+18=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD512 is #222AED. Grayscale: #C1C1C1. Windows color (decimal): -2239214 or 1234397. OLE color: 1234397.
HSL color Cylindrical-coordinate representation of color #DDD512: hue angle of 57.64º 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 #DDD512 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.13 |
| HSL | 57.64º | 0.85% | 0.47% | - |
| HSV(B) | 57.64º | 0.92% | 0.87% | - |
| XYZ | 53.72 | 63 | 9.9 | - |
| YUV | 193.16 | 29.15 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 18 | 0 | 0.04 | 0.92 | 0.13 | 57.64 | 0.85 | 0.47 |
| Hex | DD | D5 | 12 | 0 | 4 | 5C | D | 3A | 55 | 2F |
| Octal | 335 | 325 | 22 | 0 | 4 | 134 | 15 | 72 | 125 | 57 |
| Binary | 11011101 | 11010101 | 10010 | 0 | 100 | 1011100 | 1101 | 111010 | 1010101 | 101111 |
Color Harmonies of #DDD512
Complementary color
Monochromatic Colors of #DDD512
Black with #DDD512
Text Example
Text Example
White with #DDD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD512; }
p { color: rgb(221,213,18); }
H1.HeaderClassName
{
color: #DDD512;
}
.AnyTagClassName
{
color: #DDD512;
}
</style>
background-color css
<style>
a { background-color: #DDD512; }
a { background-color: rgb(221,213,18); }
div.DivClassName
{
background-color: #DDD512;
}
.BgClassName
{
background-color: #DDD512;
}
</style>
border-color css
<style>
span { border-color: #DDD512; }
span { border-color: rgb(221,213,18); }
td.TdClassName
{
border-color: #DDD512;
}
.TagClassName
{
border-color: #DDD512;
}
</style>