Shades of Barberry #DDDA0C
Tints of Barberry #DDDA0C
RGB
CMYK
RGB Variations
Color information
#DDDA0C (or 0xDDDA0C) is known color: Barberry. HEX triplet: DD, DA and 0C. RGB value is (221,218,12). Sum of RGB (Red+Green+Blue) = 221+218+12=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA0C is #2225F3. Grayscale: #C4C4C4. Windows color (decimal): -2237940 or 842461. OLE color: 842461.
HSL color Cylindrical-coordinate representation of color #DDDA0C: hue angle of 59.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDDA0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.13 |
| HSL | 59.14º | 0.9% | 0.46% | - |
| HSV(B) | 59.14º | 0.95% | 0.87% | - |
| XYZ | 54.96 | 65.54 | 10.1 | - |
| YUV | 195.41 | 24.49 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 12 | 0 | 0.01 | 0.95 | 0.13 | 59.14 | 0.9 | 0.46 |
| Hex | DD | DA | C | 0 | 1 | 5F | D | 3B | 5A | 2E |
| Octal | 335 | 332 | 14 | 0 | 1 | 137 | 15 | 73 | 132 | 56 |
| Binary | 11011101 | 11011010 | 1100 | 0 | 1 | 1011111 | 1101 | 111011 | 1011010 | 101110 |
Color Harmonies of #DDDA0C
Complementary color
Monochromatic Colors of #DDDA0C
Black with #DDDA0C
Text Example
Text Example
White with #DDDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA0C; }
p { color: rgb(221,218,12); }
H1.HeaderClassName
{
color: #DDDA0C;
}
.AnyTagClassName
{
color: #DDDA0C;
}
</style>
background-color css
<style>
a { background-color: #DDDA0C; }
a { background-color: rgb(221,218,12); }
div.DivClassName
{
background-color: #DDDA0C;
}
.BgClassName
{
background-color: #DDDA0C;
}
</style>
border-color css
<style>
span { border-color: #DDDA0C; }
span { border-color: rgb(221,218,12); }
td.TdClassName
{
border-color: #DDDA0C;
}
.TagClassName
{
border-color: #DDDA0C;
}
</style>