Shades of Barberry #CFDB13
Tints of Barberry #CFDB13
RGB
CMYK
RGB Variations
Color information
#CFDB13 (or 0xCFDB13) is known color: Barberry. HEX triplet: CF, DB and 13. RGB value is (207,219,19). Sum of RGB (Red+Green+Blue) = 207+219+19=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDB13 is #3024EC. Grayscale: #C1C1C1. Windows color (decimal): -3155181 or 1301455. OLE color: 1301455.
HSL color Cylindrical-coordinate representation of color #CFDB13: hue angle of 63.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFDB13 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 19 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.14 |
| HSL | 63.6º | 0.84% | 0.47% | - |
| HSV(B) | 63.6º | 0.91% | 0.86% | - |
| XYZ | 51.18 | 63.98 | 10.27 | - |
| YUV | 192.61 | 30.02 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 19 | 0.05 | 0 | 0.91 | 0.14 | 63.6 | 0.84 | 0.47 |
| Hex | CF | DB | 13 | 5 | 0 | 5B | E | 40 | 54 | 2F |
| Octal | 317 | 333 | 23 | 5 | 0 | 133 | 16 | 100 | 124 | 57 |
| Binary | 11001111 | 11011011 | 10011 | 101 | 0 | 1011011 | 1110 | 1000000 | 1010100 | 101111 |
Color Harmonies of #CFDB13
Complementary color
Monochromatic Colors of #CFDB13
Black with #CFDB13
Text Example
Text Example
White with #CFDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB13; }
p { color: rgb(207,219,19); }
H1.HeaderClassName
{
color: #CFDB13;
}
.AnyTagClassName
{
color: #CFDB13;
}
</style>
background-color css
<style>
a { background-color: #CFDB13; }
a { background-color: rgb(207,219,19); }
div.DivClassName
{
background-color: #CFDB13;
}
.BgClassName
{
background-color: #CFDB13;
}
</style>
border-color css
<style>
span { border-color: #CFDB13; }
span { border-color: rgb(207,219,19); }
td.TdClassName
{
border-color: #CFDB13;
}
.TagClassName
{
border-color: #CFDB13;
}
</style>