Shades of Barberry #CFD31F
Tints of Barberry #CFD31F
RGB
CMYK
RGB Variations
Color information
#CFD31F (or 0xCFD31F) is known color: Barberry. HEX triplet: CF, D3 and 1F. RGB value is (207,211,31). Sum of RGB (Red+Green+Blue) = 207+211+31=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD31F is #302CE0. Grayscale: #BDBDBD. Windows color (decimal): -3157217 or 2085839. OLE color: 2085839.
HSL color Cylindrical-coordinate representation of color #CFD31F: hue angle of 61.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFD31F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 31 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.17 |
| HSL | 61.33º | 0.74% | 0.47% | - |
| HSV(B) | 61.33º | 0.85% | 0.83% | - |
| XYZ | 49.27 | 59.95 | 10.27 | - |
| YUV | 189.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 31 | 0.02 | 0 | 0.85 | 0.17 | 61.33 | 0.74 | 0.47 |
| Hex | CF | D3 | 1F | 2 | 0 | 55 | 11 | 3D | 4A | 2F |
| Octal | 317 | 323 | 37 | 2 | 0 | 125 | 21 | 75 | 112 | 57 |
| Binary | 11001111 | 11010011 | 11111 | 10 | 0 | 1010101 | 10001 | 111101 | 1001010 | 101111 |
Color Harmonies of #CFD31F
Complementary color
Monochromatic Colors of #CFD31F
Black with #CFD31F
Text Example
Text Example
White with #CFD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD31F; }
p { color: rgb(207,211,31); }
H1.HeaderClassName
{
color: #CFD31F;
}
.AnyTagClassName
{
color: #CFD31F;
}
</style>
background-color css
<style>
a { background-color: #CFD31F; }
a { background-color: rgb(207,211,31); }
div.DivClassName
{
background-color: #CFD31F;
}
.BgClassName
{
background-color: #CFD31F;
}
</style>
border-color css
<style>
span { border-color: #CFD31F; }
span { border-color: rgb(207,211,31); }
td.TdClassName
{
border-color: #CFD31F;
}
.TagClassName
{
border-color: #CFD31F;
}
</style>