Shades of Barberry #DDDA1B
Tints of Barberry #DDDA1B
RGB
CMYK
RGB Variations
Color information
#DDDA1B (or 0xDDDA1B) is known color: Barberry. HEX triplet: DD, DA and 1B. RGB value is (221,218,27). Sum of RGB (Red+Green+Blue) = 221+218+27=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA1B is #2225E4. Grayscale: #C5C5C5. Windows color (decimal): -2237925 or 1825501. OLE color: 1825501.
HSL color Cylindrical-coordinate representation of color #DDDA1B: hue angle of 59.07º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDDA1B is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 27 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.13 |
| HSL | 59.07º | 0.78% | 0.49% | - |
| HSV(B) | 59.07º | 0.88% | 0.87% | - |
| XYZ | 55.09 | 65.59 | 10.79 | - |
| YUV | 197.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 27 | 0 | 0.01 | 0.88 | 0.13 | 59.07 | 0.78 | 0.49 |
| Hex | DD | DA | 1B | 0 | 1 | 58 | D | 3B | 4E | 31 |
| Octal | 335 | 332 | 33 | 0 | 1 | 130 | 15 | 73 | 116 | 61 |
| Binary | 11011101 | 11011010 | 11011 | 0 | 1 | 1011000 | 1101 | 111011 | 1001110 | 110001 |
Color Harmonies of #DDDA1B
Complementary color
Monochromatic Colors of #DDDA1B
Black with #DDDA1B
Text Example
Text Example
White with #DDDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA1B; }
p { color: rgb(221,218,27); }
H1.HeaderClassName
{
color: #DDDA1B;
}
.AnyTagClassName
{
color: #DDDA1B;
}
</style>
background-color css
<style>
a { background-color: #DDDA1B; }
a { background-color: rgb(221,218,27); }
div.DivClassName
{
background-color: #DDDA1B;
}
.BgClassName
{
background-color: #DDDA1B;
}
</style>
border-color css
<style>
span { border-color: #DDDA1B; }
span { border-color: rgb(221,218,27); }
td.TdClassName
{
border-color: #DDDA1B;
}
.TagClassName
{
border-color: #DDDA1B;
}
</style>