Shades of Barberry #CFD31A
Tints of Barberry #CFD31A
RGB
CMYK
RGB Variations
Color information
#CFD31A (or 0xCFD31A) is known color: Barberry. HEX triplet: CF, D3 and 1A. RGB value is (207,211,26). Sum of RGB (Red+Green+Blue) = 207+211+26=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD31A is #302CE5. Grayscale: #BDBDBD. Windows color (decimal): -3157222 or 1758159. OLE color: 1758159.
HSL color Cylindrical-coordinate representation of color #CFD31A: hue angle of 61.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFD31A is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 26 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.17 |
| HSL | 61.3º | 0.78% | 0.46% | - |
| HSV(B) | 61.3º | 0.88% | 0.83% | - |
| XYZ | 49.21 | 59.93 | 9.95 | - |
| YUV | 188.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 26 | 0.02 | 0 | 0.88 | 0.17 | 61.3 | 0.78 | 0.46 |
| Hex | CF | D3 | 1A | 2 | 0 | 58 | 11 | 3D | 4E | 2E |
| Octal | 317 | 323 | 32 | 2 | 0 | 130 | 21 | 75 | 116 | 56 |
| Binary | 11001111 | 11010011 | 11010 | 10 | 0 | 1011000 | 10001 | 111101 | 1001110 | 101110 |
Color Harmonies of #CFD31A
Complementary color
Monochromatic Colors of #CFD31A
Black with #CFD31A
Text Example
Text Example
White with #CFD31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD31A; }
p { color: rgb(207,211,26); }
H1.HeaderClassName
{
color: #CFD31A;
}
.AnyTagClassName
{
color: #CFD31A;
}
</style>
background-color css
<style>
a { background-color: #CFD31A; }
a { background-color: rgb(207,211,26); }
div.DivClassName
{
background-color: #CFD31A;
}
.BgClassName
{
background-color: #CFD31A;
}
</style>
border-color css
<style>
span { border-color: #CFD31A; }
span { border-color: rgb(207,211,26); }
td.TdClassName
{
border-color: #CFD31A;
}
.TagClassName
{
border-color: #CFD31A;
}
</style>