Shades of Barberry #CFCE2B
Tints of Barberry #CFCE2B
RGB
CMYK
RGB Variations
Color information
#CFCE2B (or 0xCFCE2B) is known color: Barberry. HEX triplet: CF, CE and 2B. RGB value is (207,206,43). Sum of RGB (Red+Green+Blue) = 207+206+43=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE2B is #3031D4. Grayscale: #BCBCBC. Windows color (decimal): -3158485 or 2870991. OLE color: 2870991.
HSL color Cylindrical-coordinate representation of color #CFCE2B: hue angle of 59.63º 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 #CFCE2B is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 43 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.19 |
| HSL | 59.63º | 0.66% | 0.49% | - |
| HSV(B) | 59.63º | 0.79% | 0.81% | - |
| XYZ | 48.24 | 57.58 | 10.86 | - |
| YUV | 187.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 43 | 0 | 0.00 | 0.79 | 0.19 | 59.63 | 0.66 | 0.49 |
| Hex | CF | CE | 2B | 0 | 0 | 4F | 13 | 3C | 42 | 31 |
| Octal | 317 | 316 | 53 | 0 | 0 | 117 | 23 | 74 | 102 | 61 |
| Binary | 11001111 | 11001110 | 101011 | 0 | 0 | 1001111 | 10011 | 111100 | 1000010 | 110001 |
Color Harmonies of #CFCE2B
Complementary color
Monochromatic Colors of #CFCE2B
Black with #CFCE2B
Text Example
Text Example
White with #CFCE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE2B; }
p { color: rgb(207,206,43); }
H1.HeaderClassName
{
color: #CFCE2B;
}
.AnyTagClassName
{
color: #CFCE2B;
}
</style>
background-color css
<style>
a { background-color: #CFCE2B; }
a { background-color: rgb(207,206,43); }
div.DivClassName
{
background-color: #CFCE2B;
}
.BgClassName
{
background-color: #CFCE2B;
}
</style>
border-color css
<style>
span { border-color: #CFCE2B; }
span { border-color: rgb(207,206,43); }
td.TdClassName
{
border-color: #CFCE2B;
}
.TagClassName
{
border-color: #CFCE2B;
}
</style>