Shades of Barberry #DDD125
Tints of Barberry #DDD125
RGB
CMYK
RGB Variations
Color information
#DDD125 (or 0xDDD125) is known color: Barberry. HEX triplet: DD, D1 and 25. RGB value is (221,209,37). Sum of RGB (Red+Green+Blue) = 221+209+37=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD125 is #222EDA. Grayscale: #C1C1C1. Windows color (decimal): -2240219 or 2478557. OLE color: 2478557.
HSL color Cylindrical-coordinate representation of color #DDD125: hue angle of 56.09º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDD125 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.13 |
| HSL | 56.09º | 0.73% | 0.51% | - |
| HSV(B) | 56.09º | 0.83% | 0.87% | - |
| XYZ | 52.95 | 61.11 | 10.75 | - |
| YUV | 192.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 37 | 0 | 0.05 | 0.83 | 0.13 | 56.09 | 0.73 | 0.51 |
| Hex | DD | D1 | 25 | 0 | 5 | 53 | D | 38 | 49 | 33 |
| Octal | 335 | 321 | 45 | 0 | 5 | 123 | 15 | 70 | 111 | 63 |
| Binary | 11011101 | 11010001 | 100101 | 0 | 101 | 1010011 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DDD125
Complementary color
Monochromatic Colors of #DDD125
Black with #DDD125
Text Example
Text Example
White with #DDD125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD125; }
p { color: rgb(221,209,37); }
H1.HeaderClassName
{
color: #DDD125;
}
.AnyTagClassName
{
color: #DDD125;
}
</style>
background-color css
<style>
a { background-color: #DDD125; }
a { background-color: rgb(221,209,37); }
div.DivClassName
{
background-color: #DDD125;
}
.BgClassName
{
background-color: #DDD125;
}
</style>
border-color css
<style>
span { border-color: #DDD125; }
span { border-color: rgb(221,209,37); }
td.TdClassName
{
border-color: #DDD125;
}
.TagClassName
{
border-color: #DDD125;
}
</style>