Shades of Barberry #DCCD19
Tints of Barberry #DCCD19
RGB
CMYK
RGB Variations
Color information
#DCCD19 (or 0xDCCD19) is known color: Barberry. HEX triplet: DC, CD and 19. RGB value is (220,205,25). Sum of RGB (Red+Green+Blue) = 220+205+25=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD19 is #2332E6. Grayscale: #BDBDBD. Windows color (decimal): -2306791 or 1691100. OLE color: 1691100.
HSL color Cylindrical-coordinate representation of color #DCCD19: hue angle of 55.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCCD19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.14 |
| HSL | 55.38º | 0.8% | 0.48% | - |
| HSV(B) | 55.38º | 0.89% | 0.86% | - |
| XYZ | 51.52 | 58.95 | 9.58 | - |
| YUV | 188.97 | 35.47 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 25 | 0 | 0.07 | 0.89 | 0.14 | 55.38 | 0.8 | 0.48 |
| Hex | DC | CD | 19 | 0 | 7 | 59 | E | 37 | 50 | 30 |
| Octal | 334 | 315 | 31 | 0 | 7 | 131 | 16 | 67 | 120 | 60 |
| Binary | 11011100 | 11001101 | 11001 | 0 | 111 | 1011001 | 1110 | 110111 | 1010000 | 110000 |
Color Harmonies of #DCCD19
Complementary color
Monochromatic Colors of #DCCD19
Black with #DCCD19
Text Example
Text Example
White with #DCCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD19; }
p { color: rgb(220,205,25); }
H1.HeaderClassName
{
color: #DCCD19;
}
.AnyTagClassName
{
color: #DCCD19;
}
</style>
background-color css
<style>
a { background-color: #DCCD19; }
a { background-color: rgb(220,205,25); }
div.DivClassName
{
background-color: #DCCD19;
}
.BgClassName
{
background-color: #DCCD19;
}
</style>
border-color css
<style>
span { border-color: #DCCD19; }
span { border-color: rgb(220,205,25); }
td.TdClassName
{
border-color: #DCCD19;
}
.TagClassName
{
border-color: #DCCD19;
}
</style>