Shades of Barberry #DDCE25
Tints of Barberry #DDCE25
RGB
CMYK
RGB Variations
Color information
#DDCE25 (or 0xDDCE25) is known color: Barberry. HEX triplet: DD, CE and 25. RGB value is (221,206,37). Sum of RGB (Red+Green+Blue) = 221+206+37=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE25 is #2231DA. Grayscale: #BFBFBF. Windows color (decimal): -2240987 or 2477789. OLE color: 2477789.
HSL color Cylindrical-coordinate representation of color #DDCE25: hue angle of 55.11º 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 #DDCE25 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 37 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.13 |
| HSL | 55.11º | 0.73% | 0.51% | - |
| HSV(B) | 55.11º | 0.83% | 0.87% | - |
| XYZ | 52.22 | 59.65 | 10.51 | - |
| YUV | 191.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 37 | 0 | 0.07 | 0.83 | 0.13 | 55.11 | 0.73 | 0.51 |
| Hex | DD | CE | 25 | 0 | 7 | 53 | D | 37 | 49 | 33 |
| Octal | 335 | 316 | 45 | 0 | 7 | 123 | 15 | 67 | 111 | 63 |
| Binary | 11011101 | 11001110 | 100101 | 0 | 111 | 1010011 | 1101 | 110111 | 1001001 | 110011 |
Color Harmonies of #DDCE25
Complementary color
Monochromatic Colors of #DDCE25
Black with #DDCE25
Text Example
Text Example
White with #DDCE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE25; }
p { color: rgb(221,206,37); }
H1.HeaderClassName
{
color: #DDCE25;
}
.AnyTagClassName
{
color: #DDCE25;
}
</style>
background-color css
<style>
a { background-color: #DDCE25; }
a { background-color: rgb(221,206,37); }
div.DivClassName
{
background-color: #DDCE25;
}
.BgClassName
{
background-color: #DDCE25;
}
</style>
border-color css
<style>
span { border-color: #DDCE25; }
span { border-color: rgb(221,206,37); }
td.TdClassName
{
border-color: #DDCE25;
}
.TagClassName
{
border-color: #DDCE25;
}
</style>