Shades of Barberry #DDDB1D
Tints of Barberry #DDDB1D
RGB
CMYK
RGB Variations
Color information
#DDDB1D (or 0xDDDB1D) is known color: Barberry. HEX triplet: DD, DB and 1D. RGB value is (221,219,29). Sum of RGB (Red+Green+Blue) = 221+219+29=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB1D is #2224E2. Grayscale: #C6C6C6. Windows color (decimal): -2237667 or 1956829. OLE color: 1956829.
HSL color Cylindrical-coordinate representation of color #DDDB1D: hue angle of 59.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDDB1D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 29 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.13 |
| HSL | 59.38º | 0.77% | 0.49% | - |
| HSV(B) | 59.38º | 0.87% | 0.87% | - |
| XYZ | 55.37 | 66.12 | 11.01 | - |
| YUV | 197.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 29 | 0 | 0.01 | 0.87 | 0.13 | 59.38 | 0.77 | 0.49 |
| Hex | DD | DB | 1D | 0 | 1 | 57 | D | 3B | 4D | 31 |
| Octal | 335 | 333 | 35 | 0 | 1 | 127 | 15 | 73 | 115 | 61 |
| Binary | 11011101 | 11011011 | 11101 | 0 | 1 | 1010111 | 1101 | 111011 | 1001101 | 110001 |
Color Harmonies of #DDDB1D
Complementary color
Monochromatic Colors of #DDDB1D
Black with #DDDB1D
Text Example
Text Example
White with #DDDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB1D; }
p { color: rgb(221,219,29); }
H1.HeaderClassName
{
color: #DDDB1D;
}
.AnyTagClassName
{
color: #DDDB1D;
}
</style>
background-color css
<style>
a { background-color: #DDDB1D; }
a { background-color: rgb(221,219,29); }
div.DivClassName
{
background-color: #DDDB1D;
}
.BgClassName
{
background-color: #DDDB1D;
}
</style>
border-color css
<style>
span { border-color: #DDDB1D; }
span { border-color: rgb(221,219,29); }
td.TdClassName
{
border-color: #DDDB1D;
}
.TagClassName
{
border-color: #DDDB1D;
}
</style>