Shades of Barberry #CFCB20
Tints of Barberry #CFCB20
RGB
CMYK
RGB Variations
Color information
#CFCB20 (or 0xCFCB20) is known color: Barberry. HEX triplet: CF, CB and 20. RGB value is (207,203,32). Sum of RGB (Red+Green+Blue) = 207+203+32=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB20 is #3034DF. Grayscale: #B9B9B9. Windows color (decimal): -3159264 or 2149327. OLE color: 2149327.
HSL color Cylindrical-coordinate representation of color #CFCB20: hue angle of 58.63º degrees, saturation: 0.73, 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 #CFCB20 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 32 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.19 |
| HSL | 58.63º | 0.73% | 0.47% | - |
| HSV(B) | 58.63º | 0.85% | 0.81% | - |
| XYZ | 47.35 | 56.08 | 9.7 | - |
| YUV | 184.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 32 | 0 | 0.02 | 0.85 | 0.19 | 58.63 | 0.73 | 0.47 |
| Hex | CF | CB | 20 | 0 | 2 | 55 | 13 | 3B | 49 | 2F |
| Octal | 317 | 313 | 40 | 0 | 2 | 125 | 23 | 73 | 111 | 57 |
| Binary | 11001111 | 11001011 | 100000 | 0 | 10 | 1010101 | 10011 | 111011 | 1001001 | 101111 |
Color Harmonies of #CFCB20
Complementary color
Monochromatic Colors of #CFCB20
Black with #CFCB20
Text Example
Text Example
White with #CFCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB20; }
p { color: rgb(207,203,32); }
H1.HeaderClassName
{
color: #CFCB20;
}
.AnyTagClassName
{
color: #CFCB20;
}
</style>
background-color css
<style>
a { background-color: #CFCB20; }
a { background-color: rgb(207,203,32); }
div.DivClassName
{
background-color: #CFCB20;
}
.BgClassName
{
background-color: #CFCB20;
}
</style>
border-color css
<style>
span { border-color: #CFCB20; }
span { border-color: rgb(207,203,32); }
td.TdClassName
{
border-color: #CFCB20;
}
.TagClassName
{
border-color: #CFCB20;
}
</style>