Shades of Barberry #DDCD25
Tints of Barberry #DDCD25
RGB
CMYK
RGB Variations
Color information
#DDCD25 (or 0xDDCD25) is known color: Barberry. HEX triplet: DD, CD and 25. RGB value is (221,205,37). Sum of RGB (Red+Green+Blue) = 221+205+37=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD25 is #2232DA. Grayscale: #BFBFBF. Windows color (decimal): -2241243 or 2477533. OLE color: 2477533.
HSL color Cylindrical-coordinate representation of color #DDCD25: hue angle of 54.78º 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 #DDCD25 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 37 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.13 |
| HSL | 54.78º | 0.73% | 0.51% | - |
| HSV(B) | 54.78º | 0.83% | 0.87% | - |
| XYZ | 51.98 | 59.17 | 10.43 | - |
| YUV | 190.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 37 | 0 | 0.07 | 0.83 | 0.13 | 54.78 | 0.73 | 0.51 |
| Hex | DD | CD | 25 | 0 | 7 | 53 | D | 37 | 49 | 33 |
| Octal | 335 | 315 | 45 | 0 | 7 | 123 | 15 | 67 | 111 | 63 |
| Binary | 11011101 | 11001101 | 100101 | 0 | 111 | 1010011 | 1101 | 110111 | 1001001 | 110011 |
Color Harmonies of #DDCD25
Complementary color
Monochromatic Colors of #DDCD25
Black with #DDCD25
Text Example
Text Example
White with #DDCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD25; }
p { color: rgb(221,205,37); }
H1.HeaderClassName
{
color: #DDCD25;
}
.AnyTagClassName
{
color: #DDCD25;
}
</style>
background-color css
<style>
a { background-color: #DDCD25; }
a { background-color: rgb(221,205,37); }
div.DivClassName
{
background-color: #DDCD25;
}
.BgClassName
{
background-color: #DDCD25;
}
</style>
border-color css
<style>
span { border-color: #DDCD25; }
span { border-color: rgb(221,205,37); }
td.TdClassName
{
border-color: #DDCD25;
}
.TagClassName
{
border-color: #DDCD25;
}
</style>