Shades of Barberry #DDDA1A
Tints of Barberry #DDDA1A
RGB
CMYK
RGB Variations
Color information
#DDDA1A (or 0xDDDA1A) is known color: Barberry. HEX triplet: DD, DA and 1A. RGB value is (221,218,26). Sum of RGB (Red+Green+Blue) = 221+218+26=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA1A is #2225E5. Grayscale: #C5C5C5. Windows color (decimal): -2237926 or 1759965. OLE color: 1759965.
HSL color Cylindrical-coordinate representation of color #DDDA1A: hue angle of 59.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDDA1A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 26 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.13 |
| HSL | 59.08º | 0.79% | 0.48% | - |
| HSV(B) | 59.08º | 0.88% | 0.87% | - |
| XYZ | 55.08 | 65.59 | 10.73 | - |
| YUV | 197.01 | 31.49 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 26 | 0 | 0.01 | 0.88 | 0.13 | 59.08 | 0.79 | 0.48 |
| Hex | DD | DA | 1A | 0 | 1 | 58 | D | 3B | 4F | 30 |
| Octal | 335 | 332 | 32 | 0 | 1 | 130 | 15 | 73 | 117 | 60 |
| Binary | 11011101 | 11011010 | 11010 | 0 | 1 | 1011000 | 1101 | 111011 | 1001111 | 110000 |
Color Harmonies of #DDDA1A
Complementary color
Monochromatic Colors of #DDDA1A
Black with #DDDA1A
Text Example
Text Example
White with #DDDA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA1A; }
p { color: rgb(221,218,26); }
H1.HeaderClassName
{
color: #DDDA1A;
}
.AnyTagClassName
{
color: #DDDA1A;
}
</style>
background-color css
<style>
a { background-color: #DDDA1A; }
a { background-color: rgb(221,218,26); }
div.DivClassName
{
background-color: #DDDA1A;
}
.BgClassName
{
background-color: #DDDA1A;
}
</style>
border-color css
<style>
span { border-color: #DDDA1A; }
span { border-color: rgb(221,218,26); }
td.TdClassName
{
border-color: #DDDA1A;
}
.TagClassName
{
border-color: #DDDA1A;
}
</style>