Shades of Barberry #DDDA12
Tints of Barberry #DDDA12
RGB
CMYK
RGB Variations
Color information
#DDDA12 (or 0xDDDA12) is known color: Barberry. HEX triplet: DD, DA and 12. RGB value is (221,218,18). Sum of RGB (Red+Green+Blue) = 221+218+18=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA12 is #2225ED. Grayscale: #C4C4C4. Windows color (decimal): -2237934 or 1235677. OLE color: 1235677.
HSL color Cylindrical-coordinate representation of color #DDDA12: hue angle of 59.11º 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 #DDDA12 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.13 |
| HSL | 59.11º | 0.85% | 0.47% | - |
| HSV(B) | 59.11º | 0.92% | 0.87% | - |
| XYZ | 55 | 65.56 | 10.33 | - |
| YUV | 196.1 | 27.49 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 18 | 0 | 0.01 | 0.92 | 0.13 | 59.11 | 0.85 | 0.47 |
| Hex | DD | DA | 12 | 0 | 1 | 5C | D | 3B | 55 | 2F |
| Octal | 335 | 332 | 22 | 0 | 1 | 134 | 15 | 73 | 125 | 57 |
| Binary | 11011101 | 11011010 | 10010 | 0 | 1 | 1011100 | 1101 | 111011 | 1010101 | 101111 |
Color Harmonies of #DDDA12
Complementary color
Monochromatic Colors of #DDDA12
Black with #DDDA12
Text Example
Text Example
White with #DDDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA12; }
p { color: rgb(221,218,18); }
H1.HeaderClassName
{
color: #DDDA12;
}
.AnyTagClassName
{
color: #DDDA12;
}
</style>
background-color css
<style>
a { background-color: #DDDA12; }
a { background-color: rgb(221,218,18); }
div.DivClassName
{
background-color: #DDDA12;
}
.BgClassName
{
background-color: #DDDA12;
}
</style>
border-color css
<style>
span { border-color: #DDDA12; }
span { border-color: rgb(221,218,18); }
td.TdClassName
{
border-color: #DDDA12;
}
.TagClassName
{
border-color: #DDDA12;
}
</style>