Shades of Barberry #CFD70E
Tints of Barberry #CFD70E
RGB
CMYK
RGB Variations
Color information
#CFD70E (or 0xCFD70E) is known color: Barberry. HEX triplet: CF, D7 and 0E. RGB value is (207,215,14). Sum of RGB (Red+Green+Blue) = 207+215+14=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD70E is #3028F1. Grayscale: #BEBEBE. Windows color (decimal): -3156210 or 972751. OLE color: 972751.
HSL color Cylindrical-coordinate representation of color #CFD70E: hue angle of 62.39º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFD70E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 14 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.16 |
| HSL | 62.39º | 0.88% | 0.45% | - |
| HSV(B) | 62.39º | 0.93% | 0.84% | - |
| XYZ | 50.11 | 61.9 | 9.72 | - |
| YUV | 189.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 14 | 0.04 | 0 | 0.93 | 0.16 | 62.39 | 0.88 | 0.45 |
| Hex | CF | D7 | E | 4 | 0 | 5D | 10 | 3E | 58 | 2D |
| Octal | 317 | 327 | 16 | 4 | 0 | 135 | 20 | 76 | 130 | 55 |
| Binary | 11001111 | 11010111 | 1110 | 100 | 0 | 1011101 | 10000 | 111110 | 1011000 | 101101 |
Color Harmonies of #CFD70E
Complementary color
Monochromatic Colors of #CFD70E
Black with #CFD70E
Text Example
Text Example
White with #CFD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD70E; }
p { color: rgb(207,215,14); }
H1.HeaderClassName
{
color: #CFD70E;
}
.AnyTagClassName
{
color: #CFD70E;
}
</style>
background-color css
<style>
a { background-color: #CFD70E; }
a { background-color: rgb(207,215,14); }
div.DivClassName
{
background-color: #CFD70E;
}
.BgClassName
{
background-color: #CFD70E;
}
</style>
border-color css
<style>
span { border-color: #CFD70E; }
span { border-color: rgb(207,215,14); }
td.TdClassName
{
border-color: #CFD70E;
}
.TagClassName
{
border-color: #CFD70E;
}
</style>