Shades of Barberry #DDD128
Tints of Barberry #DDD128
RGB
CMYK
RGB Variations
Color information
#DDD128 (or 0xDDD128) is known color: Barberry. HEX triplet: DD, D1 and 28. RGB value is (221,209,40). Sum of RGB (Red+Green+Blue) = 221+209+40=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD128 is #222ED7. Grayscale: #C2C2C2. Windows color (decimal): -2240216 or 2675165. OLE color: 2675165.
HSL color Cylindrical-coordinate representation of color #DDD128: hue angle of 56.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDD128 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 40 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.13 |
| HSL | 56.02º | 0.73% | 0.51% | - |
| HSV(B) | 56.02º | 0.82% | 0.87% | - |
| XYZ | 53 | 61.13 | 11.01 | - |
| YUV | 193.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 40 | 0 | 0.05 | 0.82 | 0.13 | 56.02 | 0.73 | 0.51 |
| Hex | DD | D1 | 28 | 0 | 5 | 52 | D | 38 | 49 | 33 |
| Octal | 335 | 321 | 50 | 0 | 5 | 122 | 15 | 70 | 111 | 63 |
| Binary | 11011101 | 11010001 | 101000 | 0 | 101 | 1010010 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DDD128
Complementary color
Monochromatic Colors of #DDD128
Black with #DDD128
Text Example
Text Example
White with #DDD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD128; }
p { color: rgb(221,209,40); }
H1.HeaderClassName
{
color: #DDD128;
}
.AnyTagClassName
{
color: #DDD128;
}
</style>
background-color css
<style>
a { background-color: #DDD128; }
a { background-color: rgb(221,209,40); }
div.DivClassName
{
background-color: #DDD128;
}
.BgClassName
{
background-color: #DDD128;
}
</style>
border-color css
<style>
span { border-color: #DDD128; }
span { border-color: rgb(221,209,40); }
td.TdClassName
{
border-color: #DDD128;
}
.TagClassName
{
border-color: #DDD128;
}
</style>