Shades of Barberry #DDD312
Tints of Barberry #DDD312
RGB
CMYK
RGB Variations
Color information
#DDD312 (or 0xDDD312) is known color: Barberry. HEX triplet: DD, D3 and 12. RGB value is (221,211,18). Sum of RGB (Red+Green+Blue) = 221+211+18=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD312 is #222CED. Grayscale: #C0C0C0. Windows color (decimal): -2239726 or 1233885. OLE color: 1233885.
HSL color Cylindrical-coordinate representation of color #DDD312: hue angle of 57.04º 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 #DDD312 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.13 |
| HSL | 57.04º | 0.85% | 0.47% | - |
| HSV(B) | 57.04º | 0.92% | 0.87% | - |
| XYZ | 53.22 | 62 | 9.74 | - |
| YUV | 191.99 | 29.81 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 18 | 0 | 0.05 | 0.92 | 0.13 | 57.04 | 0.85 | 0.47 |
| Hex | DD | D3 | 12 | 0 | 5 | 5C | D | 39 | 55 | 2F |
| Octal | 335 | 323 | 22 | 0 | 5 | 134 | 15 | 71 | 125 | 57 |
| Binary | 11011101 | 11010011 | 10010 | 0 | 101 | 1011100 | 1101 | 111001 | 1010101 | 101111 |
Color Harmonies of #DDD312
Complementary color
Monochromatic Colors of #DDD312
Black with #DDD312
Text Example
Text Example
White with #DDD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD312; }
p { color: rgb(221,211,18); }
H1.HeaderClassName
{
color: #DDD312;
}
.AnyTagClassName
{
color: #DDD312;
}
</style>
background-color css
<style>
a { background-color: #DDD312; }
a { background-color: rgb(221,211,18); }
div.DivClassName
{
background-color: #DDD312;
}
.BgClassName
{
background-color: #DDD312;
}
</style>
border-color css
<style>
span { border-color: #DDD312; }
span { border-color: rgb(221,211,18); }
td.TdClassName
{
border-color: #DDD312;
}
.TagClassName
{
border-color: #DDD312;
}
</style>