Shades of Barberry #DDD123
Tints of Barberry #DDD123
RGB
CMYK
RGB Variations
Color information
#DDD123 (or 0xDDD123) is known color: Barberry. HEX triplet: DD, D1 and 23. RGB value is (221,209,35). Sum of RGB (Red+Green+Blue) = 221+209+35=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD123 is #222EDC. Grayscale: #C1C1C1. Windows color (decimal): -2240221 or 2347485. OLE color: 2347485.
HSL color Cylindrical-coordinate representation of color #DDD123: hue angle of 56.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDD123 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 35 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.13 |
| HSL | 56.13º | 0.73% | 0.5% | - |
| HSV(B) | 56.13º | 0.84% | 0.87% | - |
| XYZ | 52.92 | 61.09 | 10.59 | - |
| YUV | 192.75 | 38.98 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 35 | 0 | 0.05 | 0.84 | 0.13 | 56.13 | 0.73 | 0.5 |
| Hex | DD | D1 | 23 | 0 | 5 | 54 | D | 38 | 49 | 32 |
| Octal | 335 | 321 | 43 | 0 | 5 | 124 | 15 | 70 | 111 | 62 |
| Binary | 11011101 | 11010001 | 100011 | 0 | 101 | 1010100 | 1101 | 111000 | 1001001 | 110010 |
Color Harmonies of #DDD123
Complementary color
Monochromatic Colors of #DDD123
Black with #DDD123
Text Example
Text Example
White with #DDD123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD123; }
p { color: rgb(221,209,35); }
H1.HeaderClassName
{
color: #DDD123;
}
.AnyTagClassName
{
color: #DDD123;
}
</style>
background-color css
<style>
a { background-color: #DDD123; }
a { background-color: rgb(221,209,35); }
div.DivClassName
{
background-color: #DDD123;
}
.BgClassName
{
background-color: #DDD123;
}
</style>
border-color css
<style>
span { border-color: #DDD123; }
span { border-color: rgb(221,209,35); }
td.TdClassName
{
border-color: #DDD123;
}
.TagClassName
{
border-color: #DDD123;
}
</style>