Shades of Barberry #CFDA0F
Tints of Barberry #CFDA0F
RGB
CMYK
RGB Variations
Color information
#CFDA0F (or 0xCFDA0F) is known color: Barberry. HEX triplet: CF, DA and 0F. RGB value is (207,218,15). Sum of RGB (Red+Green+Blue) = 207+218+15=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA0F is #3025F0. Grayscale: #C0C0C0. Windows color (decimal): -3155441 or 1039055. OLE color: 1039055.
HSL color Cylindrical-coordinate representation of color #CFDA0F: hue angle of 63.25º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFDA0F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.15 |
| HSL | 63.25º | 0.87% | 0.46% | - |
| HSV(B) | 63.25º | 0.93% | 0.85% | - |
| XYZ | 50.89 | 63.44 | 10.02 | - |
| YUV | 191.57 | 28.36 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 15 | 0.05 | 0 | 0.93 | 0.15 | 63.25 | 0.87 | 0.46 |
| Hex | CF | DA | F | 5 | 0 | 5D | F | 3F | 57 | 2E |
| Octal | 317 | 332 | 17 | 5 | 0 | 135 | 17 | 77 | 127 | 56 |
| Binary | 11001111 | 11011010 | 1111 | 101 | 0 | 1011101 | 1111 | 111111 | 1010111 | 101110 |
Color Harmonies of #CFDA0F
Complementary color
Monochromatic Colors of #CFDA0F
Black with #CFDA0F
Text Example
Text Example
White with #CFDA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA0F; }
p { color: rgb(207,218,15); }
H1.HeaderClassName
{
color: #CFDA0F;
}
.AnyTagClassName
{
color: #CFDA0F;
}
</style>
background-color css
<style>
a { background-color: #CFDA0F; }
a { background-color: rgb(207,218,15); }
div.DivClassName
{
background-color: #CFDA0F;
}
.BgClassName
{
background-color: #CFDA0F;
}
</style>
border-color css
<style>
span { border-color: #CFDA0F; }
span { border-color: rgb(207,218,15); }
td.TdClassName
{
border-color: #CFDA0F;
}
.TagClassName
{
border-color: #CFDA0F;
}
</style>