Shades of Barberry #DCCC29
Tints of Barberry #DCCC29
RGB
CMYK
RGB Variations
Color information
#DCCC29 (or 0xDCCC29) is known color: Barberry. HEX triplet: DC, CC and 29. RGB value is (220,204,41). Sum of RGB (Red+Green+Blue) = 220+204+41=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC29 is #2333D6. Grayscale: #BEBEBE. Windows color (decimal): -2307031 or 2739420. OLE color: 2739420.
HSL color Cylindrical-coordinate representation of color #DCCC29: hue angle of 54.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCCC29 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 41 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.14 |
| HSL | 54.64º | 0.72% | 0.51% | - |
| HSV(B) | 54.64º | 0.81% | 0.86% | - |
| XYZ | 51.51 | 58.56 | 10.69 | - |
| YUV | 190.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 41 | 0 | 0.07 | 0.81 | 0.14 | 54.64 | 0.72 | 0.51 |
| Hex | DC | CC | 29 | 0 | 7 | 51 | E | 37 | 48 | 33 |
| Octal | 334 | 314 | 51 | 0 | 7 | 121 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001100 | 101001 | 0 | 111 | 1010001 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCC29
Complementary color
Monochromatic Colors of #DCCC29
Black with #DCCC29
Text Example
Text Example
White with #DCCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC29; }
p { color: rgb(220,204,41); }
H1.HeaderClassName
{
color: #DCCC29;
}
.AnyTagClassName
{
color: #DCCC29;
}
</style>
background-color css
<style>
a { background-color: #DCCC29; }
a { background-color: rgb(220,204,41); }
div.DivClassName
{
background-color: #DCCC29;
}
.BgClassName
{
background-color: #DCCC29;
}
</style>
border-color css
<style>
span { border-color: #DCCC29; }
span { border-color: rgb(220,204,41); }
td.TdClassName
{
border-color: #DCCC29;
}
.TagClassName
{
border-color: #DCCC29;
}
</style>