Shades of Barberry #CFC429
Tints of Barberry #CFC429
RGB
CMYK
RGB Variations
Color information
#CFC429 (or 0xCFC429) is known color: Barberry. HEX triplet: CF, C4 and 29. RGB value is (207,196,41). Sum of RGB (Red+Green+Blue) = 207+196+41=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC429 is #303BD6. Grayscale: #B6B6B6. Windows color (decimal): -3161047 or 2737359. OLE color: 2737359.
HSL color Cylindrical-coordinate representation of color #CFC429: hue angle of 56.02º degrees, saturation: 0.67, 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 #CFC429 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 41 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.19 |
| HSL | 56.02º | 0.67% | 0.49% | - |
| HSV(B) | 56.02º | 0.8% | 0.81% | - |
| XYZ | 45.87 | 52.91 | 9.89 | - |
| YUV | 181.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 41 | 0 | 0.05 | 0.80 | 0.19 | 56.02 | 0.67 | 0.49 |
| Hex | CF | C4 | 29 | 0 | 5 | 50 | 13 | 38 | 43 | 31 |
| Octal | 317 | 304 | 51 | 0 | 5 | 120 | 23 | 70 | 103 | 61 |
| Binary | 11001111 | 11000100 | 101001 | 0 | 101 | 1010000 | 10011 | 111000 | 1000011 | 110001 |
Color Harmonies of #CFC429
Complementary color
Monochromatic Colors of #CFC429
Black with #CFC429
Text Example
Text Example
White with #CFC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC429; }
p { color: rgb(207,196,41); }
H1.HeaderClassName
{
color: #CFC429;
}
.AnyTagClassName
{
color: #CFC429;
}
</style>
background-color css
<style>
a { background-color: #CFC429; }
a { background-color: rgb(207,196,41); }
div.DivClassName
{
background-color: #CFC429;
}
.BgClassName
{
background-color: #CFC429;
}
</style>
border-color css
<style>
span { border-color: #CFC429; }
span { border-color: rgb(207,196,41); }
td.TdClassName
{
border-color: #CFC429;
}
.TagClassName
{
border-color: #CFC429;
}
</style>