Shades of Barberry #CFDC15
Tints of Barberry #CFDC15
RGB
CMYK
RGB Variations
Color information
#CFDC15 (or 0xCFDC15) is known color: Barberry. HEX triplet: CF, DC and 15. RGB value is (207,220,21). Sum of RGB (Red+Green+Blue) = 207+220+21=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC15 is #3023EA. Grayscale: #C2C2C2. Windows color (decimal): -3154923 or 1432783. OLE color: 1432783.
HSL color Cylindrical-coordinate representation of color #CFDC15: hue angle of 63.92º degrees, saturation: 0.83, 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 #CFDC15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.14 |
| HSL | 63.92º | 0.83% | 0.47% | - |
| HSV(B) | 63.92º | 0.9% | 0.86% | - |
| XYZ | 51.46 | 64.51 | 10.45 | - |
| YUV | 193.43 | 30.69 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 21 | 0.06 | 0 | 0.90 | 0.14 | 63.92 | 0.83 | 0.47 |
| Hex | CF | DC | 15 | 6 | 0 | 5A | E | 40 | 53 | 2F |
| Octal | 317 | 334 | 25 | 6 | 0 | 132 | 16 | 100 | 123 | 57 |
| Binary | 11001111 | 11011100 | 10101 | 110 | 0 | 1011010 | 1110 | 1000000 | 1010011 | 101111 |
Color Harmonies of #CFDC15
Complementary color
Monochromatic Colors of #CFDC15
Black with #CFDC15
Text Example
Text Example
White with #CFDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC15; }
p { color: rgb(207,220,21); }
H1.HeaderClassName
{
color: #CFDC15;
}
.AnyTagClassName
{
color: #CFDC15;
}
</style>
background-color css
<style>
a { background-color: #CFDC15; }
a { background-color: rgb(207,220,21); }
div.DivClassName
{
background-color: #CFDC15;
}
.BgClassName
{
background-color: #CFDC15;
}
</style>
border-color css
<style>
span { border-color: #CFDC15; }
span { border-color: rgb(207,220,21); }
td.TdClassName
{
border-color: #CFDC15;
}
.TagClassName
{
border-color: #CFDC15;
}
</style>