Shades of Barberry #DDDB12
Tints of Barberry #DDDB12
RGB
CMYK
RGB Variations
Color information
#DDDB12 (or 0xDDDB12) is known color: Barberry. HEX triplet: DD, DB and 12. RGB value is (221,219,18). Sum of RGB (Red+Green+Blue) = 221+219+18=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB12 is #2224ED. Grayscale: #C5C5C5. Windows color (decimal): -2237678 or 1235933. OLE color: 1235933.
HSL color Cylindrical-coordinate representation of color #DDDB12: hue angle of 59.41º 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 #DDDB12 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.13 |
| HSL | 59.41º | 0.85% | 0.47% | - |
| HSV(B) | 59.41º | 0.92% | 0.87% | - |
| XYZ | 55.26 | 66.08 | 10.41 | - |
| YUV | 196.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 18 | 0 | 0.01 | 0.92 | 0.13 | 59.41 | 0.85 | 0.47 |
| Hex | DD | DB | 12 | 0 | 1 | 5C | D | 3B | 55 | 2F |
| Octal | 335 | 333 | 22 | 0 | 1 | 134 | 15 | 73 | 125 | 57 |
| Binary | 11011101 | 11011011 | 10010 | 0 | 1 | 1011100 | 1101 | 111011 | 1010101 | 101111 |
Color Harmonies of #DDDB12
Complementary color
Monochromatic Colors of #DDDB12
Black with #DDDB12
Text Example
Text Example
White with #DDDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB12; }
p { color: rgb(221,219,18); }
H1.HeaderClassName
{
color: #DDDB12;
}
.AnyTagClassName
{
color: #DDDB12;
}
</style>
background-color css
<style>
a { background-color: #DDDB12; }
a { background-color: rgb(221,219,18); }
div.DivClassName
{
background-color: #DDDB12;
}
.BgClassName
{
background-color: #DDDB12;
}
</style>
border-color css
<style>
span { border-color: #DDDB12; }
span { border-color: rgb(221,219,18); }
td.TdClassName
{
border-color: #DDDB12;
}
.TagClassName
{
border-color: #DDDB12;
}
</style>