Shades of Barberry #CFD815
Tints of Barberry #CFD815
RGB
CMYK
RGB Variations
Color information
#CFD815 (or 0xCFD815) is known color: Barberry. HEX triplet: CF, D8 and 15. RGB value is (207,216,21). Sum of RGB (Red+Green+Blue) = 207+216+21=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD815 is #3027EA. Grayscale: #BFBFBF. Windows color (decimal): -3155947 or 1431759. OLE color: 1431759.
HSL color Cylindrical-coordinate representation of color #CFD815: hue angle of 62.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFD815 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 21 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.15 |
| HSL | 62.77º | 0.82% | 0.46% | - |
| HSV(B) | 62.77º | 0.9% | 0.85% | - |
| XYZ | 50.42 | 62.43 | 10.1 | - |
| YUV | 191.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 21 | 0.04 | 0 | 0.90 | 0.15 | 62.77 | 0.82 | 0.46 |
| Hex | CF | D8 | 15 | 4 | 0 | 5A | F | 3F | 52 | 2E |
| Octal | 317 | 330 | 25 | 4 | 0 | 132 | 17 | 77 | 122 | 56 |
| Binary | 11001111 | 11011000 | 10101 | 100 | 0 | 1011010 | 1111 | 111111 | 1010010 | 101110 |
Color Harmonies of #CFD815
Complementary color
Monochromatic Colors of #CFD815
Black with #CFD815
Text Example
Text Example
White with #CFD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD815; }
p { color: rgb(207,216,21); }
H1.HeaderClassName
{
color: #CFD815;
}
.AnyTagClassName
{
color: #CFD815;
}
</style>
background-color css
<style>
a { background-color: #CFD815; }
a { background-color: rgb(207,216,21); }
div.DivClassName
{
background-color: #CFD815;
}
.BgClassName
{
background-color: #CFD815;
}
</style>
border-color css
<style>
span { border-color: #CFD815; }
span { border-color: rgb(207,216,21); }
td.TdClassName
{
border-color: #CFD815;
}
.TagClassName
{
border-color: #CFD815;
}
</style>