Shades of Barberry #CFD013
Tints of Barberry #CFD013
RGB
CMYK
RGB Variations
Color information
#CFD013 (or 0xCFD013) is known color: Barberry. HEX triplet: CF, D0 and 13. RGB value is (207,208,19). Sum of RGB (Red+Green+Blue) = 207+208+19=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD013 is #302FEC. Grayscale: #BABABA. Windows color (decimal): -3157997 or 1298639. OLE color: 1298639.
HSL color Cylindrical-coordinate representation of color #CFD013: hue angle of 60.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD013 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 19 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.18 |
| HSL | 60.32º | 0.83% | 0.45% | - |
| HSV(B) | 60.32º | 0.91% | 0.82% | - |
| XYZ | 48.41 | 58.42 | 9.34 | - |
| YUV | 186.16 | 33.67 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 19 | 0.00 | 0 | 0.91 | 0.18 | 60.32 | 0.83 | 0.45 |
| Hex | CF | D0 | 13 | 0 | 0 | 5B | 12 | 3C | 53 | 2D |
| Octal | 317 | 320 | 23 | 0 | 0 | 133 | 22 | 74 | 123 | 55 |
| Binary | 11001111 | 11010000 | 10011 | 0 | 0 | 1011011 | 10010 | 111100 | 1010011 | 101101 |
Color Harmonies of #CFD013
Complementary color
Monochromatic Colors of #CFD013
Black with #CFD013
Text Example
Text Example
White with #CFD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD013; }
p { color: rgb(207,208,19); }
H1.HeaderClassName
{
color: #CFD013;
}
.AnyTagClassName
{
color: #CFD013;
}
</style>
background-color css
<style>
a { background-color: #CFD013; }
a { background-color: rgb(207,208,19); }
div.DivClassName
{
background-color: #CFD013;
}
.BgClassName
{
background-color: #CFD013;
}
</style>
border-color css
<style>
span { border-color: #CFD013; }
span { border-color: rgb(207,208,19); }
td.TdClassName
{
border-color: #CFD013;
}
.TagClassName
{
border-color: #CFD013;
}
</style>