Shades of Barberry #CFD615
Tints of Barberry #CFD615
RGB
CMYK
RGB Variations
Color information
#CFD615 (or 0xCFD615) is known color: Barberry. HEX triplet: CF, D6 and 15. RGB value is (207,214,21). Sum of RGB (Red+Green+Blue) = 207+214+21=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD615 is #3029EA. Grayscale: #BEBEBE. Windows color (decimal): -3156459 or 1431247. OLE color: 1431247.
HSL color Cylindrical-coordinate representation of color #CFD615: hue angle of 62.18º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFD615 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 21 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.16 |
| HSL | 62.18º | 0.82% | 0.46% | - |
| HSV(B) | 62.18º | 0.9% | 0.84% | - |
| XYZ | 49.91 | 61.41 | 9.93 | - |
| YUV | 189.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 21 | 0.03 | 0 | 0.90 | 0.16 | 62.18 | 0.82 | 0.46 |
| Hex | CF | D6 | 15 | 3 | 0 | 5A | 10 | 3E | 52 | 2E |
| Octal | 317 | 326 | 25 | 3 | 0 | 132 | 20 | 76 | 122 | 56 |
| Binary | 11001111 | 11010110 | 10101 | 11 | 0 | 1011010 | 10000 | 111110 | 1010010 | 101110 |
Color Harmonies of #CFD615
Complementary color
Monochromatic Colors of #CFD615
Black with #CFD615
Text Example
Text Example
White with #CFD615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD615; }
p { color: rgb(207,214,21); }
H1.HeaderClassName
{
color: #CFD615;
}
.AnyTagClassName
{
color: #CFD615;
}
</style>
background-color css
<style>
a { background-color: #CFD615; }
a { background-color: rgb(207,214,21); }
div.DivClassName
{
background-color: #CFD615;
}
.BgClassName
{
background-color: #CFD615;
}
</style>
border-color css
<style>
span { border-color: #CFD615; }
span { border-color: rgb(207,214,21); }
td.TdClassName
{
border-color: #CFD615;
}
.TagClassName
{
border-color: #CFD615;
}
</style>