Shades of Barberry #CFDD0E
Tints of Barberry #CFDD0E
RGB
CMYK
RGB Variations
Color information
#CFDD0E (or 0xCFDD0E) is known color: Barberry. HEX triplet: CF, DD and 0E. RGB value is (207,221,14). Sum of RGB (Red+Green+Blue) = 207+221+14=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD0E is #3022F1. Grayscale: #C2C2C2. Windows color (decimal): -3154674 or 974287. OLE color: 974287.
HSL color Cylindrical-coordinate representation of color #CFDD0E: hue angle of 64.06º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFDD0E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 14 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.13 |
| HSL | 64.06º | 0.88% | 0.46% | - |
| HSV(B) | 64.06º | 0.94% | 0.87% | - |
| XYZ | 51.67 | 65.01 | 10.24 | - |
| YUV | 193.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 14 | 0.06 | 0 | 0.94 | 0.13 | 64.06 | 0.88 | 0.46 |
| Hex | CF | DD | E | 6 | 0 | 5E | D | 40 | 58 | 2E |
| Octal | 317 | 335 | 16 | 6 | 0 | 136 | 15 | 100 | 130 | 56 |
| Binary | 11001111 | 11011101 | 1110 | 110 | 0 | 1011110 | 1101 | 1000000 | 1011000 | 101110 |
Color Harmonies of #CFDD0E
Complementary color
Monochromatic Colors of #CFDD0E
Black with #CFDD0E
Text Example
Text Example
White with #CFDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD0E; }
p { color: rgb(207,221,14); }
H1.HeaderClassName
{
color: #CFDD0E;
}
.AnyTagClassName
{
color: #CFDD0E;
}
</style>
background-color css
<style>
a { background-color: #CFDD0E; }
a { background-color: rgb(207,221,14); }
div.DivClassName
{
background-color: #CFDD0E;
}
.BgClassName
{
background-color: #CFDD0E;
}
</style>
border-color css
<style>
span { border-color: #CFDD0E; }
span { border-color: rgb(207,221,14); }
td.TdClassName
{
border-color: #CFDD0E;
}
.TagClassName
{
border-color: #CFDD0E;
}
</style>