Shades of Barberry #CFCB1B
Tints of Barberry #CFCB1B
RGB
CMYK
RGB Variations
Color information
#CFCB1B (or 0xCFCB1B) is known color: Barberry. HEX triplet: CF, CB and 1B. RGB value is (207,203,27). Sum of RGB (Red+Green+Blue) = 207+203+27=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB1B is #3034E4. Grayscale: #B8B8B8. Windows color (decimal): -3159269 or 1821647. OLE color: 1821647.
HSL color Cylindrical-coordinate representation of color #CFCB1B: hue angle of 58.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFCB1B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 27 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.19 |
| HSL | 58.67º | 0.77% | 0.46% | - |
| HSV(B) | 58.67º | 0.87% | 0.81% | - |
| XYZ | 47.29 | 56.06 | 9.36 | - |
| YUV | 184.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 27 | 0 | 0.02 | 0.87 | 0.19 | 58.67 | 0.77 | 0.46 |
| Hex | CF | CB | 1B | 0 | 2 | 57 | 13 | 3B | 4D | 2E |
| Octal | 317 | 313 | 33 | 0 | 2 | 127 | 23 | 73 | 115 | 56 |
| Binary | 11001111 | 11001011 | 11011 | 0 | 10 | 1010111 | 10011 | 111011 | 1001101 | 101110 |
Color Harmonies of #CFCB1B
Complementary color
Monochromatic Colors of #CFCB1B
Black with #CFCB1B
Text Example
Text Example
White with #CFCB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB1B; }
p { color: rgb(207,203,27); }
H1.HeaderClassName
{
color: #CFCB1B;
}
.AnyTagClassName
{
color: #CFCB1B;
}
</style>
background-color css
<style>
a { background-color: #CFCB1B; }
a { background-color: rgb(207,203,27); }
div.DivClassName
{
background-color: #CFCB1B;
}
.BgClassName
{
background-color: #CFCB1B;
}
</style>
border-color css
<style>
span { border-color: #CFCB1B; }
span { border-color: rgb(207,203,27); }
td.TdClassName
{
border-color: #CFCB1B;
}
.TagClassName
{
border-color: #CFCB1B;
}
</style>