Shades of Barberry #DCCC1D
Tints of Barberry #DCCC1D
RGB
CMYK
RGB Variations
Color information
#DCCC1D (or 0xDCCC1D) is known color: Barberry. HEX triplet: DC, CC and 1D. RGB value is (220,204,29). Sum of RGB (Red+Green+Blue) = 220+204+29=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC1D is #2333E2. Grayscale: #BDBDBD. Windows color (decimal): -2307043 or 1952988. OLE color: 1952988.
HSL color Cylindrical-coordinate representation of color #DCCC1D: hue angle of 54.97º 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 #DCCC1D is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 29 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.14 |
| HSL | 54.97º | 0.77% | 0.49% | - |
| HSV(B) | 54.97º | 0.87% | 0.86% | - |
| XYZ | 51.33 | 58.49 | 9.75 | - |
| YUV | 188.83 | 37.8 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 29 | 0 | 0.07 | 0.87 | 0.14 | 54.97 | 0.77 | 0.49 |
| Hex | DC | CC | 1D | 0 | 7 | 57 | E | 37 | 4D | 31 |
| Octal | 334 | 314 | 35 | 0 | 7 | 127 | 16 | 67 | 115 | 61 |
| Binary | 11011100 | 11001100 | 11101 | 0 | 111 | 1010111 | 1110 | 110111 | 1001101 | 110001 |
Color Harmonies of #DCCC1D
Complementary color
Monochromatic Colors of #DCCC1D
Black with #DCCC1D
Text Example
Text Example
White with #DCCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC1D; }
p { color: rgb(220,204,29); }
H1.HeaderClassName
{
color: #DCCC1D;
}
.AnyTagClassName
{
color: #DCCC1D;
}
</style>
background-color css
<style>
a { background-color: #DCCC1D; }
a { background-color: rgb(220,204,29); }
div.DivClassName
{
background-color: #DCCC1D;
}
.BgClassName
{
background-color: #DCCC1D;
}
</style>
border-color css
<style>
span { border-color: #DCCC1D; }
span { border-color: rgb(220,204,29); }
td.TdClassName
{
border-color: #DCCC1D;
}
.TagClassName
{
border-color: #DCCC1D;
}
</style>