Shades of Barberry #CFC81F
Tints of Barberry #CFC81F
RGB
CMYK
RGB Variations
Color information
#CFC81F (or 0xCFC81F) is known color: Barberry. HEX triplet: CF, C8 and 1F. RGB value is (207,200,31). Sum of RGB (Red+Green+Blue) = 207+200+31=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC81F is #3037E0. Grayscale: #B7B7B7. Windows color (decimal): -3160033 or 2083023. OLE color: 2083023.
HSL color Cylindrical-coordinate representation of color #CFC81F: hue angle of 57.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFC81F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 31 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.19 |
| HSL | 57.61º | 0.74% | 0.47% | - |
| HSV(B) | 57.61º | 0.85% | 0.81% | - |
| XYZ | 46.63 | 54.67 | 9.39 | - |
| YUV | 182.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 31 | 0 | 0.03 | 0.85 | 0.19 | 57.61 | 0.74 | 0.47 |
| Hex | CF | C8 | 1F | 0 | 3 | 55 | 13 | 3A | 4A | 2F |
| Octal | 317 | 310 | 37 | 0 | 3 | 125 | 23 | 72 | 112 | 57 |
| Binary | 11001111 | 11001000 | 11111 | 0 | 11 | 1010101 | 10011 | 111010 | 1001010 | 101111 |
Color Harmonies of #CFC81F
Complementary color
Monochromatic Colors of #CFC81F
Black with #CFC81F
Text Example
Text Example
White with #CFC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC81F; }
p { color: rgb(207,200,31); }
H1.HeaderClassName
{
color: #CFC81F;
}
.AnyTagClassName
{
color: #CFC81F;
}
</style>
background-color css
<style>
a { background-color: #CFC81F; }
a { background-color: rgb(207,200,31); }
div.DivClassName
{
background-color: #CFC81F;
}
.BgClassName
{
background-color: #CFC81F;
}
</style>
border-color css
<style>
span { border-color: #CFC81F; }
span { border-color: rgb(207,200,31); }
td.TdClassName
{
border-color: #CFC81F;
}
.TagClassName
{
border-color: #CFC81F;
}
</style>