Shades of Barberry #CFDC13
Tints of Barberry #CFDC13
RGB
CMYK
RGB Variations
Color information
#CFDC13 (or 0xCFDC13) is known color: Barberry. HEX triplet: CF, DC and 13. RGB value is (207,220,19). Sum of RGB (Red+Green+Blue) = 207+220+19=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC13 is #3023EC. Grayscale: #C1C1C1. Windows color (decimal): -3154925 or 1301711. OLE color: 1301711.
HSL color Cylindrical-coordinate representation of color #CFDC13: hue angle of 63.88º 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 #CFDC13 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 19 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.14 |
| HSL | 63.88º | 0.84% | 0.47% | - |
| HSV(B) | 63.88º | 0.91% | 0.86% | - |
| XYZ | 51.44 | 64.5 | 10.35 | - |
| YUV | 193.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 19 | 0.06 | 0 | 0.91 | 0.14 | 63.88 | 0.84 | 0.47 |
| Hex | CF | DC | 13 | 6 | 0 | 5B | E | 40 | 54 | 2F |
| Octal | 317 | 334 | 23 | 6 | 0 | 133 | 16 | 100 | 124 | 57 |
| Binary | 11001111 | 11011100 | 10011 | 110 | 0 | 1011011 | 1110 | 1000000 | 1010100 | 101111 |
Color Harmonies of #CFDC13
Complementary color
Monochromatic Colors of #CFDC13
Black with #CFDC13
Text Example
Text Example
White with #CFDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC13; }
p { color: rgb(207,220,19); }
H1.HeaderClassName
{
color: #CFDC13;
}
.AnyTagClassName
{
color: #CFDC13;
}
</style>
background-color css
<style>
a { background-color: #CFDC13; }
a { background-color: rgb(207,220,19); }
div.DivClassName
{
background-color: #CFDC13;
}
.BgClassName
{
background-color: #CFDC13;
}
</style>
border-color css
<style>
span { border-color: #CFDC13; }
span { border-color: rgb(207,220,19); }
td.TdClassName
{
border-color: #CFDC13;
}
.TagClassName
{
border-color: #CFDC13;
}
</style>