Shades of Barberry #CFDA1B
Tints of Barberry #CFDA1B
RGB
CMYK
RGB Variations
Color information
#CFDA1B (or 0xCFDA1B) is known color: Barberry. HEX triplet: CF, DA and 1B. RGB value is (207,218,27). Sum of RGB (Red+Green+Blue) = 207+218+27=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA1B is #3025E4. Grayscale: #C1C1C1. Windows color (decimal): -3155429 or 1825487. OLE color: 1825487.
HSL color Cylindrical-coordinate representation of color #CFDA1B: hue angle of 63.46º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFDA1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.15 |
| HSL | 63.46º | 0.78% | 0.48% | - |
| HSV(B) | 63.46º | 0.88% | 0.85% | - |
| XYZ | 51 | 63.49 | 10.6 | - |
| YUV | 192.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 27 | 0.05 | 0 | 0.88 | 0.15 | 63.46 | 0.78 | 0.48 |
| Hex | CF | DA | 1B | 5 | 0 | 58 | F | 3F | 4E | 30 |
| Octal | 317 | 332 | 33 | 5 | 0 | 130 | 17 | 77 | 116 | 60 |
| Binary | 11001111 | 11011010 | 11011 | 101 | 0 | 1011000 | 1111 | 111111 | 1001110 | 110000 |
Color Harmonies of #CFDA1B
Complementary color
Monochromatic Colors of #CFDA1B
Black with #CFDA1B
Text Example
Text Example
White with #CFDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA1B; }
p { color: rgb(207,218,27); }
H1.HeaderClassName
{
color: #CFDA1B;
}
.AnyTagClassName
{
color: #CFDA1B;
}
</style>
background-color css
<style>
a { background-color: #CFDA1B; }
a { background-color: rgb(207,218,27); }
div.DivClassName
{
background-color: #CFDA1B;
}
.BgClassName
{
background-color: #CFDA1B;
}
</style>
border-color css
<style>
span { border-color: #CFDA1B; }
span { border-color: rgb(207,218,27); }
td.TdClassName
{
border-color: #CFDA1B;
}
.TagClassName
{
border-color: #CFDA1B;
}
</style>