Shades of Barberry #DDCE26
Tints of Barberry #DDCE26
RGB
CMYK
RGB Variations
Color information
#DDCE26 (or 0xDDCE26) is known color: Barberry. HEX triplet: DD, CE and 26. RGB value is (221,206,38). Sum of RGB (Red+Green+Blue) = 221+206+38=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 38 (15.23% from 255 or 8.17% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE26 is #2231D9. Grayscale: #C0C0C0. Windows color (decimal): -2240986 or 2543325. OLE color: 2543325.
HSL color Cylindrical-coordinate representation of color #DDCE26: hue angle of 55.08º 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 #DDCE26 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 38 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.13 |
| HSL | 55.08º | 0.73% | 0.51% | - |
| HSV(B) | 55.08º | 0.83% | 0.87% | - |
| XYZ | 52.24 | 59.65 | 10.59 | - |
| YUV | 191.33 | 41.47 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 38 | 0 | 0.07 | 0.83 | 0.13 | 55.08 | 0.73 | 0.51 |
| Hex | DD | CE | 26 | 0 | 7 | 53 | D | 37 | 49 | 33 |
| Octal | 335 | 316 | 46 | 0 | 7 | 123 | 15 | 67 | 111 | 63 |
| Binary | 11011101 | 11001110 | 100110 | 0 | 111 | 1010011 | 1101 | 110111 | 1001001 | 110011 |
Color Harmonies of #DDCE26
Complementary color
Monochromatic Colors of #DDCE26
Black with #DDCE26
Text Example
Text Example
White with #DDCE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE26; }
p { color: rgb(221,206,38); }
H1.HeaderClassName
{
color: #DDCE26;
}
.AnyTagClassName
{
color: #DDCE26;
}
</style>
background-color css
<style>
a { background-color: #DDCE26; }
a { background-color: rgb(221,206,38); }
div.DivClassName
{
background-color: #DDCE26;
}
.BgClassName
{
background-color: #DDCE26;
}
</style>
border-color css
<style>
span { border-color: #DDCE26; }
span { border-color: rgb(221,206,38); }
td.TdClassName
{
border-color: #DDCE26;
}
.TagClassName
{
border-color: #DDCE26;
}
</style>