Shades of Barberry #CFCB17
Tints of Barberry #CFCB17
RGB
CMYK
RGB Variations
Color information
#CFCB17 (or 0xCFCB17) is known color: Barberry. HEX triplet: CF, CB and 17. RGB value is (207,203,23). Sum of RGB (Red+Green+Blue) = 207+203+23=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB17 is #3034E8. Grayscale: #B8B8B8. Windows color (decimal): -3159273 or 1559503. OLE color: 1559503.
HSL color Cylindrical-coordinate representation of color #CFCB17: hue angle of 58.7º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFCB17 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 23 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.19 |
| HSL | 58.7º | 0.8% | 0.45% | - |
| HSV(B) | 58.7º | 0.89% | 0.81% | - |
| XYZ | 47.24 | 56.04 | 9.14 | - |
| YUV | 183.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 23 | 0 | 0.02 | 0.89 | 0.19 | 58.7 | 0.8 | 0.45 |
| Hex | CF | CB | 17 | 0 | 2 | 59 | 13 | 3B | 50 | 2D |
| Octal | 317 | 313 | 27 | 0 | 2 | 131 | 23 | 73 | 120 | 55 |
| Binary | 11001111 | 11001011 | 10111 | 0 | 10 | 1011001 | 10011 | 111011 | 1010000 | 101101 |
Color Harmonies of #CFCB17
Complementary color
Monochromatic Colors of #CFCB17
Black with #CFCB17
Text Example
Text Example
White with #CFCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB17; }
p { color: rgb(207,203,23); }
H1.HeaderClassName
{
color: #CFCB17;
}
.AnyTagClassName
{
color: #CFCB17;
}
</style>
background-color css
<style>
a { background-color: #CFCB17; }
a { background-color: rgb(207,203,23); }
div.DivClassName
{
background-color: #CFCB17;
}
.BgClassName
{
background-color: #CFCB17;
}
</style>
border-color css
<style>
span { border-color: #CFCB17; }
span { border-color: rgb(207,203,23); }
td.TdClassName
{
border-color: #CFCB17;
}
.TagClassName
{
border-color: #CFCB17;
}
</style>