Shades of Barberry #CFDB0C
Tints of Barberry #CFDB0C
RGB
CMYK
RGB Variations
Color information
#CFDB0C (or 0xCFDB0C) is known color: Barberry. HEX triplet: CF, DB and 0C. RGB value is (207,219,12). Sum of RGB (Red+Green+Blue) = 207+219+12=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDB0C is #3024F3. Grayscale: #C0C0C0. Windows color (decimal): -3155188 or 842703. OLE color: 842703.
HSL color Cylindrical-coordinate representation of color #CFDB0C: hue angle of 63.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFDB0C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.14 |
| HSL | 63.48º | 0.9% | 0.45% | - |
| HSV(B) | 63.48º | 0.95% | 0.86% | - |
| XYZ | 51.13 | 63.95 | 10 | - |
| YUV | 191.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 12 | 0.05 | 0 | 0.95 | 0.14 | 63.48 | 0.9 | 0.45 |
| Hex | CF | DB | C | 5 | 0 | 5F | E | 3F | 5A | 2D |
| Octal | 317 | 333 | 14 | 5 | 0 | 137 | 16 | 77 | 132 | 55 |
| Binary | 11001111 | 11011011 | 1100 | 101 | 0 | 1011111 | 1110 | 111111 | 1011010 | 101101 |
Color Harmonies of #CFDB0C
Complementary color
Monochromatic Colors of #CFDB0C
Black with #CFDB0C
Text Example
Text Example
White with #CFDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB0C; }
p { color: rgb(207,219,12); }
H1.HeaderClassName
{
color: #CFDB0C;
}
.AnyTagClassName
{
color: #CFDB0C;
}
</style>
background-color css
<style>
a { background-color: #CFDB0C; }
a { background-color: rgb(207,219,12); }
div.DivClassName
{
background-color: #CFDB0C;
}
.BgClassName
{
background-color: #CFDB0C;
}
</style>
border-color css
<style>
span { border-color: #CFDB0C; }
span { border-color: rgb(207,219,12); }
td.TdClassName
{
border-color: #CFDB0C;
}
.TagClassName
{
border-color: #CFDB0C;
}
</style>