Shades of Barberry #DDC827
Tints of Barberry #DDC827
RGB
CMYK
RGB Variations
Color information
#DDC827 (or 0xDDC827) is known color: Barberry. HEX triplet: DD, C8 and 27. RGB value is (221,200,39). Sum of RGB (Red+Green+Blue) = 221+200+39=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC827 is #2237D8. Grayscale: #BCBCBC. Windows color (decimal): -2242521 or 2607325. OLE color: 2607325.
HSL color Cylindrical-coordinate representation of color #DDC827: hue angle of 53.08º 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 #DDC827 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 39 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.13 |
| HSL | 53.08º | 0.73% | 0.51% | - |
| HSV(B) | 53.08º | 0.82% | 0.87% | - |
| XYZ | 50.84 | 56.83 | 10.21 | - |
| YUV | 187.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 39 | 0 | 0.10 | 0.82 | 0.13 | 53.08 | 0.73 | 0.51 |
| Hex | DD | C8 | 27 | 0 | A | 52 | D | 35 | 49 | 33 |
| Octal | 335 | 310 | 47 | 0 | 12 | 122 | 15 | 65 | 111 | 63 |
| Binary | 11011101 | 11001000 | 100111 | 0 | 1010 | 1010010 | 1101 | 110101 | 1001001 | 110011 |
Color Harmonies of #DDC827
Complementary color
Monochromatic Colors of #DDC827
Black with #DDC827
Text Example
Text Example
White with #DDC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC827; }
p { color: rgb(221,200,39); }
H1.HeaderClassName
{
color: #DDC827;
}
.AnyTagClassName
{
color: #DDC827;
}
</style>
background-color css
<style>
a { background-color: #DDC827; }
a { background-color: rgb(221,200,39); }
div.DivClassName
{
background-color: #DDC827;
}
.BgClassName
{
background-color: #DDC827;
}
</style>
border-color css
<style>
span { border-color: #DDC827; }
span { border-color: rgb(221,200,39); }
td.TdClassName
{
border-color: #DDC827;
}
.TagClassName
{
border-color: #DDC827;
}
</style>