Shades of Barberry #DCCC1C
Tints of Barberry #DCCC1C
RGB
CMYK
RGB Variations
Color information
#DCCC1C (or 0xDCCC1C) is known color: Barberry. HEX triplet: DC, CC and 1C. RGB value is (220,204,28). Sum of RGB (Red+Green+Blue) = 220+204+28=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC1C is #2333E3. Grayscale: #BDBDBD. Windows color (decimal): -2307044 or 1887452. OLE color: 1887452.
HSL color Cylindrical-coordinate representation of color #DCCC1C: hue angle of 55º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCCC1C is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 28 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.14 |
| HSL | 55º | 0.77% | 0.49% | - |
| HSV(B) | 55º | 0.87% | 0.86% | - |
| XYZ | 51.32 | 58.49 | 9.68 | - |
| YUV | 188.72 | 37.3 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 28 | 0 | 0.07 | 0.87 | 0.14 | 55 | 0.77 | 0.49 |
| Hex | DC | CC | 1C | 0 | 7 | 57 | E | 37 | 4D | 31 |
| Octal | 334 | 314 | 34 | 0 | 7 | 127 | 16 | 67 | 115 | 61 |
| Binary | 11011100 | 11001100 | 11100 | 0 | 111 | 1010111 | 1110 | 110111 | 1001101 | 110001 |
Color Harmonies of #DCCC1C
Complementary color
Monochromatic Colors of #DCCC1C
Black with #DCCC1C
Text Example
Text Example
White with #DCCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC1C; }
p { color: rgb(220,204,28); }
H1.HeaderClassName
{
color: #DCCC1C;
}
.AnyTagClassName
{
color: #DCCC1C;
}
</style>
background-color css
<style>
a { background-color: #DCCC1C; }
a { background-color: rgb(220,204,28); }
div.DivClassName
{
background-color: #DCCC1C;
}
.BgClassName
{
background-color: #DCCC1C;
}
</style>
border-color css
<style>
span { border-color: #DCCC1C; }
span { border-color: rgb(220,204,28); }
td.TdClassName
{
border-color: #DCCC1C;
}
.TagClassName
{
border-color: #DCCC1C;
}
</style>