Shades of Barberry #CFD81A
Tints of Barberry #CFD81A
RGB
CMYK
RGB Variations
Color information
#CFD81A (or 0xCFD81A) is known color: Barberry. HEX triplet: CF, D8 and 1A. RGB value is (207,216,26). Sum of RGB (Red+Green+Blue) = 207+216+26=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD81A is #3027E5. Grayscale: #C0C0C0. Windows color (decimal): -3155942 or 1759439. OLE color: 1759439.
HSL color Cylindrical-coordinate representation of color #CFD81A: hue angle of 62.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFD81A is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 26 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.15 |
| HSL | 62.84º | 0.79% | 0.47% | - |
| HSV(B) | 62.84º | 0.88% | 0.85% | - |
| XYZ | 50.47 | 62.45 | 10.37 | - |
| YUV | 191.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 26 | 0.04 | 0 | 0.88 | 0.15 | 62.84 | 0.79 | 0.47 |
| Hex | CF | D8 | 1A | 4 | 0 | 58 | F | 3F | 4F | 2F |
| Octal | 317 | 330 | 32 | 4 | 0 | 130 | 17 | 77 | 117 | 57 |
| Binary | 11001111 | 11011000 | 11010 | 100 | 0 | 1011000 | 1111 | 111111 | 1001111 | 101111 |
Color Harmonies of #CFD81A
Complementary color
Monochromatic Colors of #CFD81A
Black with #CFD81A
Text Example
Text Example
White with #CFD81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD81A; }
p { color: rgb(207,216,26); }
H1.HeaderClassName
{
color: #CFD81A;
}
.AnyTagClassName
{
color: #CFD81A;
}
</style>
background-color css
<style>
a { background-color: #CFD81A; }
a { background-color: rgb(207,216,26); }
div.DivClassName
{
background-color: #CFD81A;
}
.BgClassName
{
background-color: #CFD81A;
}
</style>
border-color css
<style>
span { border-color: #CFD81A; }
span { border-color: rgb(207,216,26); }
td.TdClassName
{
border-color: #CFD81A;
}
.TagClassName
{
border-color: #CFD81A;
}
</style>