Shades of Barberry #DDCC28
Tints of Barberry #DDCC28
RGB
CMYK
RGB Variations
Color information
#DDCC28 (or 0xDDCC28) is known color: Barberry. HEX triplet: DD, CC and 28. RGB value is (221,204,40). Sum of RGB (Red+Green+Blue) = 221+204+40=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC28 is #2233D7. Grayscale: #BFBFBF. Windows color (decimal): -2241496 or 2673885. OLE color: 2673885.
HSL color Cylindrical-coordinate representation of color #DDCC28: hue angle of 54.36º 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 #DDCC28 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 40 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.13 |
| HSL | 54.36º | 0.73% | 0.51% | - |
| HSV(B) | 54.36º | 0.82% | 0.87% | - |
| XYZ | 51.79 | 58.71 | 10.61 | - |
| YUV | 190.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 40 | 0 | 0.08 | 0.82 | 0.13 | 54.36 | 0.73 | 0.51 |
| Hex | DD | CC | 28 | 0 | 8 | 52 | D | 36 | 49 | 33 |
| Octal | 335 | 314 | 50 | 0 | 10 | 122 | 15 | 66 | 111 | 63 |
| Binary | 11011101 | 11001100 | 101000 | 0 | 1000 | 1010010 | 1101 | 110110 | 1001001 | 110011 |
Color Harmonies of #DDCC28
Complementary color
Monochromatic Colors of #DDCC28
Black with #DDCC28
Text Example
Text Example
White with #DDCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC28; }
p { color: rgb(221,204,40); }
H1.HeaderClassName
{
color: #DDCC28;
}
.AnyTagClassName
{
color: #DDCC28;
}
</style>
background-color css
<style>
a { background-color: #DDCC28; }
a { background-color: rgb(221,204,40); }
div.DivClassName
{
background-color: #DDCC28;
}
.BgClassName
{
background-color: #DDCC28;
}
</style>
border-color css
<style>
span { border-color: #DDCC28; }
span { border-color: rgb(221,204,40); }
td.TdClassName
{
border-color: #DDCC28;
}
.TagClassName
{
border-color: #DDCC28;
}
</style>