Shades of Barberry #CFCC2B
Tints of Barberry #CFCC2B
RGB
CMYK
RGB Variations
Color information
#CFCC2B (or 0xCFCC2B) is known color: Barberry. HEX triplet: CF, CC and 2B. RGB value is (207,204,43). Sum of RGB (Red+Green+Blue) = 207+204+43=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC2B is #3033D4. Grayscale: #BBBBBB. Windows color (decimal): -3158997 or 2870479. OLE color: 2870479.
HSL color Cylindrical-coordinate representation of color #CFCC2B: hue angle of 58.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFCC2B is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 43 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.19 |
| HSL | 58.9º | 0.66% | 0.49% | - |
| HSV(B) | 58.9º | 0.79% | 0.81% | - |
| XYZ | 47.76 | 56.63 | 10.7 | - |
| YUV | 186.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 43 | 0 | 0.01 | 0.79 | 0.19 | 58.9 | 0.66 | 0.49 |
| Hex | CF | CC | 2B | 0 | 1 | 4F | 13 | 3B | 42 | 31 |
| Octal | 317 | 314 | 53 | 0 | 1 | 117 | 23 | 73 | 102 | 61 |
| Binary | 11001111 | 11001100 | 101011 | 0 | 1 | 1001111 | 10011 | 111011 | 1000010 | 110001 |
Color Harmonies of #CFCC2B
Complementary color
Monochromatic Colors of #CFCC2B
Black with #CFCC2B
Text Example
Text Example
White with #CFCC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC2B; }
p { color: rgb(207,204,43); }
H1.HeaderClassName
{
color: #CFCC2B;
}
.AnyTagClassName
{
color: #CFCC2B;
}
</style>
background-color css
<style>
a { background-color: #CFCC2B; }
a { background-color: rgb(207,204,43); }
div.DivClassName
{
background-color: #CFCC2B;
}
.BgClassName
{
background-color: #CFCC2B;
}
</style>
border-color css
<style>
span { border-color: #CFCC2B; }
span { border-color: rgb(207,204,43); }
td.TdClassName
{
border-color: #CFCC2B;
}
.TagClassName
{
border-color: #CFCC2B;
}
</style>