Shades of Barberry #CFD613
Tints of Barberry #CFD613
RGB
CMYK
RGB Variations
Color information
#CFD613 (or 0xCFD613) is known color: Barberry. HEX triplet: CF, D6 and 13. RGB value is (207,214,19). Sum of RGB (Red+Green+Blue) = 207+214+19=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD613 is #3029EC. Grayscale: #BEBEBE. Windows color (decimal): -3156461 or 1300175. OLE color: 1300175.
HSL color Cylindrical-coordinate representation of color #CFD613: hue angle of 62.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD613 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 19 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.16 |
| HSL | 62.15º | 0.84% | 0.46% | - |
| HSV(B) | 62.15º | 0.91% | 0.84% | - |
| XYZ | 49.9 | 61.41 | 9.84 | - |
| YUV | 189.68 | 31.68 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 19 | 0.03 | 0 | 0.91 | 0.16 | 62.15 | 0.84 | 0.46 |
| Hex | CF | D6 | 13 | 3 | 0 | 5B | 10 | 3E | 54 | 2E |
| Octal | 317 | 326 | 23 | 3 | 0 | 133 | 20 | 76 | 124 | 56 |
| Binary | 11001111 | 11010110 | 10011 | 11 | 0 | 1011011 | 10000 | 111110 | 1010100 | 101110 |
Color Harmonies of #CFD613
Complementary color
Monochromatic Colors of #CFD613
Black with #CFD613
Text Example
Text Example
White with #CFD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD613; }
p { color: rgb(207,214,19); }
H1.HeaderClassName
{
color: #CFD613;
}
.AnyTagClassName
{
color: #CFD613;
}
</style>
background-color css
<style>
a { background-color: #CFD613; }
a { background-color: rgb(207,214,19); }
div.DivClassName
{
background-color: #CFD613;
}
.BgClassName
{
background-color: #CFD613;
}
</style>
border-color css
<style>
span { border-color: #CFD613; }
span { border-color: rgb(207,214,19); }
td.TdClassName
{
border-color: #CFD613;
}
.TagClassName
{
border-color: #CFD613;
}
</style>