Shades of Barberry #CFDB19
Tints of Barberry #CFDB19
RGB
CMYK
RGB Variations
Color information
#CFDB19 (or 0xCFDB19) is known color: Barberry. HEX triplet: CF, DB and 19. RGB value is (207,219,25). Sum of RGB (Red+Green+Blue) = 207+219+25=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDB19 is #3024E6. Grayscale: #C2C2C2. Windows color (decimal): -3155175 or 1694671. OLE color: 1694671.
HSL color Cylindrical-coordinate representation of color #CFDB19: hue angle of 63.71º 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 #CFDB19 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 25 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.14 |
| HSL | 63.71º | 0.8% | 0.48% | - |
| HSV(B) | 63.71º | 0.89% | 0.86% | - |
| XYZ | 51.24 | 64 | 10.57 | - |
| YUV | 193.3 | 33.02 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 25 | 0.05 | 0 | 0.89 | 0.14 | 63.71 | 0.8 | 0.48 |
| Hex | CF | DB | 19 | 5 | 0 | 59 | E | 40 | 50 | 30 |
| Octal | 317 | 333 | 31 | 5 | 0 | 131 | 16 | 100 | 120 | 60 |
| Binary | 11001111 | 11011011 | 11001 | 101 | 0 | 1011001 | 1110 | 1000000 | 1010000 | 110000 |
Color Harmonies of #CFDB19
Complementary color
Monochromatic Colors of #CFDB19
Black with #CFDB19
Text Example
Text Example
White with #CFDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB19; }
p { color: rgb(207,219,25); }
H1.HeaderClassName
{
color: #CFDB19;
}
.AnyTagClassName
{
color: #CFDB19;
}
</style>
background-color css
<style>
a { background-color: #CFDB19; }
a { background-color: rgb(207,219,25); }
div.DivClassName
{
background-color: #CFDB19;
}
.BgClassName
{
background-color: #CFDB19;
}
</style>
border-color css
<style>
span { border-color: #CFDB19; }
span { border-color: rgb(207,219,25); }
td.TdClassName
{
border-color: #CFDB19;
}
.TagClassName
{
border-color: #CFDB19;
}
</style>