Shades of Barberry #DCCF19
Tints of Barberry #DCCF19
RGB
CMYK
RGB Variations
Color information
#DCCF19 (or 0xDCCF19) is known color: Barberry. HEX triplet: DC, CF and 19. RGB value is (220,207,25). Sum of RGB (Red+Green+Blue) = 220+207+25=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF19 is #2330E6. Grayscale: #BEBEBE. Windows color (decimal): -2306279 or 1691612. OLE color: 1691612.
HSL color Cylindrical-coordinate representation of color #DCCF19: hue angle of 56º 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 #DCCF19 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 25 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.14 |
| HSL | 56º | 0.8% | 0.48% | - |
| HSV(B) | 56º | 0.89% | 0.86% | - |
| XYZ | 52 | 59.91 | 9.74 | - |
| YUV | 190.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 25 | 0 | 0.06 | 0.89 | 0.14 | 56 | 0.8 | 0.48 |
| Hex | DC | CF | 19 | 0 | 6 | 59 | E | 38 | 50 | 30 |
| Octal | 334 | 317 | 31 | 0 | 6 | 131 | 16 | 70 | 120 | 60 |
| Binary | 11011100 | 11001111 | 11001 | 0 | 110 | 1011001 | 1110 | 111000 | 1010000 | 110000 |
Color Harmonies of #DCCF19
Complementary color
Monochromatic Colors of #DCCF19
Black with #DCCF19
Text Example
Text Example
White with #DCCF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF19; }
p { color: rgb(220,207,25); }
H1.HeaderClassName
{
color: #DCCF19;
}
.AnyTagClassName
{
color: #DCCF19;
}
</style>
background-color css
<style>
a { background-color: #DCCF19; }
a { background-color: rgb(220,207,25); }
div.DivClassName
{
background-color: #DCCF19;
}
.BgClassName
{
background-color: #DCCF19;
}
</style>
border-color css
<style>
span { border-color: #DCCF19; }
span { border-color: rgb(220,207,25); }
td.TdClassName
{
border-color: #DCCF19;
}
.TagClassName
{
border-color: #DCCF19;
}
</style>