Shades of Barberry #CFDD0F
Tints of Barberry #CFDD0F
RGB
CMYK
RGB Variations
Color information
#CFDD0F (or 0xCFDD0F) is known color: Barberry. HEX triplet: CF, DD and 0F. RGB value is (207,221,15). Sum of RGB (Red+Green+Blue) = 207+221+15=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD0F is #3022F0. Grayscale: #C2C2C2. Windows color (decimal): -3154673 or 1039823. OLE color: 1039823.
HSL color Cylindrical-coordinate representation of color #CFDD0F: hue angle of 64.08º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFDD0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.13 |
| HSL | 64.08º | 0.87% | 0.46% | - |
| HSV(B) | 64.08º | 0.93% | 0.87% | - |
| XYZ | 51.67 | 65.01 | 10.28 | - |
| YUV | 193.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 15 | 0.06 | 0 | 0.93 | 0.13 | 64.08 | 0.87 | 0.46 |
| Hex | CF | DD | F | 6 | 0 | 5D | D | 40 | 57 | 2E |
| Octal | 317 | 335 | 17 | 6 | 0 | 135 | 15 | 100 | 127 | 56 |
| Binary | 11001111 | 11011101 | 1111 | 110 | 0 | 1011101 | 1101 | 1000000 | 1010111 | 101110 |
Color Harmonies of #CFDD0F
Complementary color
Monochromatic Colors of #CFDD0F
Black with #CFDD0F
Text Example
Text Example
White with #CFDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD0F; }
p { color: rgb(207,221,15); }
H1.HeaderClassName
{
color: #CFDD0F;
}
.AnyTagClassName
{
color: #CFDD0F;
}
</style>
background-color css
<style>
a { background-color: #CFDD0F; }
a { background-color: rgb(207,221,15); }
div.DivClassName
{
background-color: #CFDD0F;
}
.BgClassName
{
background-color: #CFDD0F;
}
</style>
border-color css
<style>
span { border-color: #CFDD0F; }
span { border-color: rgb(207,221,15); }
td.TdClassName
{
border-color: #CFDD0F;
}
.TagClassName
{
border-color: #CFDD0F;
}
</style>