Shades of Barberry #CFCE2A
Tints of Barberry #CFCE2A
RGB
CMYK
RGB Variations
Color information
#CFCE2A (or 0xCFCE2A) is known color: Barberry. HEX triplet: CF, CE and 2A. RGB value is (207,206,42). Sum of RGB (Red+Green+Blue) = 207+206+42=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE2A is #3031D5. Grayscale: #BCBCBC. Windows color (decimal): -3158486 or 2805455. OLE color: 2805455.
HSL color Cylindrical-coordinate representation of color #CFCE2A: hue angle of 59.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFCE2A is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 42 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.19 |
| HSL | 59.64º | 0.66% | 0.49% | - |
| HSV(B) | 59.64º | 0.8% | 0.81% | - |
| XYZ | 48.22 | 57.58 | 10.76 | - |
| YUV | 187.6 | 45.83 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 42 | 0 | 0.00 | 0.80 | 0.19 | 59.64 | 0.66 | 0.49 |
| Hex | CF | CE | 2A | 0 | 0 | 50 | 13 | 3C | 42 | 31 |
| Octal | 317 | 316 | 52 | 0 | 0 | 120 | 23 | 74 | 102 | 61 |
| Binary | 11001111 | 11001110 | 101010 | 0 | 0 | 1010000 | 10011 | 111100 | 1000010 | 110001 |
Color Harmonies of #CFCE2A
Complementary color
Monochromatic Colors of #CFCE2A
Black with #CFCE2A
Text Example
Text Example
White with #CFCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE2A; }
p { color: rgb(207,206,42); }
H1.HeaderClassName
{
color: #CFCE2A;
}
.AnyTagClassName
{
color: #CFCE2A;
}
</style>
background-color css
<style>
a { background-color: #CFCE2A; }
a { background-color: rgb(207,206,42); }
div.DivClassName
{
background-color: #CFCE2A;
}
.BgClassName
{
background-color: #CFCE2A;
}
</style>
border-color css
<style>
span { border-color: #CFCE2A; }
span { border-color: rgb(207,206,42); }
td.TdClassName
{
border-color: #CFCE2A;
}
.TagClassName
{
border-color: #CFCE2A;
}
</style>