Shades of Barberry #CFDB15
Tints of Barberry #CFDB15
RGB
CMYK
RGB Variations
Color information
#CFDB15 (or 0xCFDB15) is known color: Barberry. HEX triplet: CF, DB and 15. RGB value is (207,219,21). Sum of RGB (Red+Green+Blue) = 207+219+21=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDB15 is #3024EA. Grayscale: #C1C1C1. Windows color (decimal): -3155179 or 1432527. OLE color: 1432527.
HSL color Cylindrical-coordinate representation of color #CFDB15: hue angle of 63.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFDB15 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.14 |
| HSL | 63.64º | 0.83% | 0.47% | - |
| HSV(B) | 63.64º | 0.9% | 0.86% | - |
| XYZ | 51.2 | 63.98 | 10.36 | - |
| YUV | 192.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 21 | 0.05 | 0 | 0.90 | 0.14 | 63.64 | 0.83 | 0.47 |
| Hex | CF | DB | 15 | 5 | 0 | 5A | E | 40 | 52 | 2F |
| Octal | 317 | 333 | 25 | 5 | 0 | 132 | 16 | 100 | 122 | 57 |
| Binary | 11001111 | 11011011 | 10101 | 101 | 0 | 1011010 | 1110 | 1000000 | 1010010 | 101111 |
Color Harmonies of #CFDB15
Complementary color
Monochromatic Colors of #CFDB15
Black with #CFDB15
Text Example
Text Example
White with #CFDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB15; }
p { color: rgb(207,219,21); }
H1.HeaderClassName
{
color: #CFDB15;
}
.AnyTagClassName
{
color: #CFDB15;
}
</style>
background-color css
<style>
a { background-color: #CFDB15; }
a { background-color: rgb(207,219,21); }
div.DivClassName
{
background-color: #CFDB15;
}
.BgClassName
{
background-color: #CFDB15;
}
</style>
border-color css
<style>
span { border-color: #CFDB15; }
span { border-color: rgb(207,219,21); }
td.TdClassName
{
border-color: #CFDB15;
}
.TagClassName
{
border-color: #CFDB15;
}
</style>