Shades of Barberry #CFDA12
Tints of Barberry #CFDA12
RGB
CMYK
RGB Variations
Color information
#CFDA12 (or 0xCFDA12) is known color: Barberry. HEX triplet: CF, DA and 12. RGB value is (207,218,18). Sum of RGB (Red+Green+Blue) = 207+218+18=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA12 is #3025ED. Grayscale: #C0C0C0. Windows color (decimal): -3155438 or 1235663. OLE color: 1235663.
HSL color Cylindrical-coordinate representation of color #CFDA12: hue angle of 63.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFDA12 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 18 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.15 |
| HSL | 63.3º | 0.85% | 0.46% | - |
| HSV(B) | 63.3º | 0.92% | 0.85% | - |
| XYZ | 50.91 | 63.45 | 10.14 | - |
| YUV | 191.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 18 | 0.05 | 0 | 0.92 | 0.15 | 63.3 | 0.85 | 0.46 |
| Hex | CF | DA | 12 | 5 | 0 | 5C | F | 3F | 55 | 2E |
| Octal | 317 | 332 | 22 | 5 | 0 | 134 | 17 | 77 | 125 | 56 |
| Binary | 11001111 | 11011010 | 10010 | 101 | 0 | 1011100 | 1111 | 111111 | 1010101 | 101110 |
Color Harmonies of #CFDA12
Complementary color
Monochromatic Colors of #CFDA12
Black with #CFDA12
Text Example
Text Example
White with #CFDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA12; }
p { color: rgb(207,218,18); }
H1.HeaderClassName
{
color: #CFDA12;
}
.AnyTagClassName
{
color: #CFDA12;
}
</style>
background-color css
<style>
a { background-color: #CFDA12; }
a { background-color: rgb(207,218,18); }
div.DivClassName
{
background-color: #CFDA12;
}
.BgClassName
{
background-color: #CFDA12;
}
</style>
border-color css
<style>
span { border-color: #CFDA12; }
span { border-color: rgb(207,218,18); }
td.TdClassName
{
border-color: #CFDA12;
}
.TagClassName
{
border-color: #CFDA12;
}
</style>