Shades of Barberry #CFC42B
Tints of Barberry #CFC42B
RGB
CMYK
RGB Variations
Color information
#CFC42B (or 0xCFC42B) is known color: Barberry. HEX triplet: CF, C4 and 2B. RGB value is (207,196,43). Sum of RGB (Red+Green+Blue) = 207+196+43=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC42B is #303BD4. Grayscale: #B6B6B6. Windows color (decimal): -3161045 or 2868431. OLE color: 2868431.
HSL color Cylindrical-coordinate representation of color #CFC42B: hue angle of 55.98º 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 #CFC42B is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 43 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.19 |
| HSL | 55.98º | 0.66% | 0.49% | - |
| HSV(B) | 55.98º | 0.79% | 0.81% | - |
| XYZ | 45.91 | 52.92 | 10.08 | - |
| YUV | 181.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 43 | 0 | 0.05 | 0.79 | 0.19 | 55.98 | 0.66 | 0.49 |
| Hex | CF | C4 | 2B | 0 | 5 | 4F | 13 | 38 | 42 | 31 |
| Octal | 317 | 304 | 53 | 0 | 5 | 117 | 23 | 70 | 102 | 61 |
| Binary | 11001111 | 11000100 | 101011 | 0 | 101 | 1001111 | 10011 | 111000 | 1000010 | 110001 |
Color Harmonies of #CFC42B
Complementary color
Monochromatic Colors of #CFC42B
Black with #CFC42B
Text Example
Text Example
White with #CFC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC42B; }
p { color: rgb(207,196,43); }
H1.HeaderClassName
{
color: #CFC42B;
}
.AnyTagClassName
{
color: #CFC42B;
}
</style>
background-color css
<style>
a { background-color: #CFC42B; }
a { background-color: rgb(207,196,43); }
div.DivClassName
{
background-color: #CFC42B;
}
.BgClassName
{
background-color: #CFC42B;
}
</style>
border-color css
<style>
span { border-color: #CFC42B; }
span { border-color: rgb(207,196,43); }
td.TdClassName
{
border-color: #CFC42B;
}
.TagClassName
{
border-color: #CFC42B;
}
</style>