Shades of Barberry #DDC628
Tints of Barberry #DDC628
RGB
CMYK
RGB Variations
Color information
#DDC628 (or 0xDDC628) is known color: Barberry. HEX triplet: DD, C6 and 28. RGB value is (221,198,40). Sum of RGB (Red+Green+Blue) = 221+198+40=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC628 is #2239D7. Grayscale: #BBBBBB. Windows color (decimal): -2243032 or 2672349. OLE color: 2672349.
HSL color Cylindrical-coordinate representation of color #DDC628: hue angle of 52.38º 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 #DDC628 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 40 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.13 |
| HSL | 52.38º | 0.73% | 0.51% | - |
| HSV(B) | 52.38º | 0.82% | 0.87% | - |
| XYZ | 50.4 | 55.91 | 10.14 | - |
| YUV | 186.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 40 | 0 | 0.10 | 0.82 | 0.13 | 52.38 | 0.73 | 0.51 |
| Hex | DD | C6 | 28 | 0 | A | 52 | D | 34 | 49 | 33 |
| Octal | 335 | 306 | 50 | 0 | 12 | 122 | 15 | 64 | 111 | 63 |
| Binary | 11011101 | 11000110 | 101000 | 0 | 1010 | 1010010 | 1101 | 110100 | 1001001 | 110011 |
Color Harmonies of #DDC628
Complementary color
Monochromatic Colors of #DDC628
Black with #DDC628
Text Example
Text Example
White with #DDC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC628; }
p { color: rgb(221,198,40); }
H1.HeaderClassName
{
color: #DDC628;
}
.AnyTagClassName
{
color: #DDC628;
}
</style>
background-color css
<style>
a { background-color: #DDC628; }
a { background-color: rgb(221,198,40); }
div.DivClassName
{
background-color: #DDC628;
}
.BgClassName
{
background-color: #DDC628;
}
</style>
border-color css
<style>
span { border-color: #DDC628; }
span { border-color: rgb(221,198,40); }
td.TdClassName
{
border-color: #DDC628;
}
.TagClassName
{
border-color: #DDC628;
}
</style>