Shades of Barberry #CFDD0C
Tints of Barberry #CFDD0C
RGB
CMYK
RGB Variations
Color information
#CFDD0C (or 0xCFDD0C) is known color: Barberry. HEX triplet: CF, DD and 0C. RGB value is (207,221,12). Sum of RGB (Red+Green+Blue) = 207+221+12=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD0C is #3022F3. Grayscale: #C1C1C1. Windows color (decimal): -3154676 or 843215. OLE color: 843215.
HSL color Cylindrical-coordinate representation of color #CFDD0C: hue angle of 64.02º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFDD0C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 12 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.13 |
| HSL | 64.02º | 0.9% | 0.46% | - |
| HSV(B) | 64.02º | 0.95% | 0.87% | - |
| XYZ | 51.65 | 65 | 10.17 | - |
| YUV | 192.99 | 25.86 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 12 | 0.06 | 0 | 0.95 | 0.13 | 64.02 | 0.9 | 0.46 |
| Hex | CF | DD | C | 6 | 0 | 5F | D | 40 | 5A | 2E |
| Octal | 317 | 335 | 14 | 6 | 0 | 137 | 15 | 100 | 132 | 56 |
| Binary | 11001111 | 11011101 | 1100 | 110 | 0 | 1011111 | 1101 | 1000000 | 1011010 | 101110 |
Color Harmonies of #CFDD0C
Complementary color
Monochromatic Colors of #CFDD0C
Black with #CFDD0C
Text Example
Text Example
White with #CFDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD0C; }
p { color: rgb(207,221,12); }
H1.HeaderClassName
{
color: #CFDD0C;
}
.AnyTagClassName
{
color: #CFDD0C;
}
</style>
background-color css
<style>
a { background-color: #CFDD0C; }
a { background-color: rgb(207,221,12); }
div.DivClassName
{
background-color: #CFDD0C;
}
.BgClassName
{
background-color: #CFDD0C;
}
</style>
border-color css
<style>
span { border-color: #CFDD0C; }
span { border-color: rgb(207,221,12); }
td.TdClassName
{
border-color: #CFDD0C;
}
.TagClassName
{
border-color: #CFDD0C;
}
</style>