Shades of Barberry #DDDA1C
Tints of Barberry #DDDA1C
RGB
CMYK
RGB Variations
Color information
#DDDA1C (or 0xDDDA1C) is known color: Barberry. HEX triplet: DD, DA and 1C. RGB value is (221,218,28). Sum of RGB (Red+Green+Blue) = 221+218+28=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA1C is #2225E3. Grayscale: #C6C6C6. Windows color (decimal): -2237924 or 1891037. OLE color: 1891037.
HSL color Cylindrical-coordinate representation of color #DDDA1C: 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.87%. Process color model (Four color, CMYK) of #DDDA1C is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 28 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.13 |
| HSL | 59.07º | 0.78% | 0.49% | - |
| HSV(B) | 59.07º | 0.87% | 0.87% | - |
| XYZ | 55.1 | 65.6 | 10.86 | - |
| YUV | 197.24 | 32.49 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 28 | 0 | 0.01 | 0.87 | 0.13 | 59.07 | 0.78 | 0.49 |
| Hex | DD | DA | 1C | 0 | 1 | 57 | D | 3B | 4E | 31 |
| Octal | 335 | 332 | 34 | 0 | 1 | 127 | 15 | 73 | 116 | 61 |
| Binary | 11011101 | 11011010 | 11100 | 0 | 1 | 1010111 | 1101 | 111011 | 1001110 | 110001 |
Color Harmonies of #DDDA1C
Complementary color
Monochromatic Colors of #DDDA1C
Black with #DDDA1C
Text Example
Text Example
White with #DDDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA1C; }
p { color: rgb(221,218,28); }
H1.HeaderClassName
{
color: #DDDA1C;
}
.AnyTagClassName
{
color: #DDDA1C;
}
</style>
background-color css
<style>
a { background-color: #DDDA1C; }
a { background-color: rgb(221,218,28); }
div.DivClassName
{
background-color: #DDDA1C;
}
.BgClassName
{
background-color: #DDDA1C;
}
</style>
border-color css
<style>
span { border-color: #DDDA1C; }
span { border-color: rgb(221,218,28); }
td.TdClassName
{
border-color: #DDDA1C;
}
.TagClassName
{
border-color: #DDDA1C;
}
</style>