Shades of Barberry #CFC029
Tints of Barberry #CFC029
RGB
CMYK
RGB Variations
Color information
#CFC029 (or 0xCFC029) is known color: Barberry. HEX triplet: CF, C0 and 29. RGB value is (207,192,41). Sum of RGB (Red+Green+Blue) = 207+192+41=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC029 is #303FD6. Grayscale: #B3B3B3. Windows color (decimal): -3162071 or 2736335. OLE color: 2736335.
HSL color Cylindrical-coordinate representation of color #CFC029: hue angle of 54.58º 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 #CFC029 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 41 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.19 |
| HSL | 54.58º | 0.67% | 0.49% | - |
| HSV(B) | 54.58º | 0.8% | 0.81% | - |
| XYZ | 44.98 | 51.12 | 9.6 | - |
| YUV | 179.27 | 49.97 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 41 | 0 | 0.07 | 0.80 | 0.19 | 54.58 | 0.67 | 0.49 |
| Hex | CF | C0 | 29 | 0 | 7 | 50 | 13 | 37 | 43 | 31 |
| Octal | 317 | 300 | 51 | 0 | 7 | 120 | 23 | 67 | 103 | 61 |
| Binary | 11001111 | 11000000 | 101001 | 0 | 111 | 1010000 | 10011 | 110111 | 1000011 | 110001 |
Color Harmonies of #CFC029
Complementary color
Monochromatic Colors of #CFC029
Black with #CFC029
Text Example
Text Example
White with #CFC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC029; }
p { color: rgb(207,192,41); }
H1.HeaderClassName
{
color: #CFC029;
}
.AnyTagClassName
{
color: #CFC029;
}
</style>
background-color css
<style>
a { background-color: #CFC029; }
a { background-color: rgb(207,192,41); }
div.DivClassName
{
background-color: #CFC029;
}
.BgClassName
{
background-color: #CFC029;
}
</style>
border-color css
<style>
span { border-color: #CFC029; }
span { border-color: rgb(207,192,41); }
td.TdClassName
{
border-color: #CFC029;
}
.TagClassName
{
border-color: #CFC029;
}
</style>