Shades of Barberry #CFC829
Tints of Barberry #CFC829
RGB
CMYK
RGB Variations
Color information
#CFC829 (or 0xCFC829) is known color: Barberry. HEX triplet: CF, C8 and 29. RGB value is (207,200,41). Sum of RGB (Red+Green+Blue) = 207+200+41=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC829 is #3037D6. Grayscale: #B8B8B8. Windows color (decimal): -3160023 or 2738383. OLE color: 2738383.
HSL color Cylindrical-coordinate representation of color #CFC829: hue angle of 57.47º 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 #CFC829 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 41 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.19 |
| HSL | 57.47º | 0.67% | 0.49% | - |
| HSV(B) | 57.47º | 0.8% | 0.81% | - |
| XYZ | 46.79 | 54.73 | 10.2 | - |
| YUV | 183.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 41 | 0 | 0.03 | 0.80 | 0.19 | 57.47 | 0.67 | 0.49 |
| Hex | CF | C8 | 29 | 0 | 3 | 50 | 13 | 39 | 43 | 31 |
| Octal | 317 | 310 | 51 | 0 | 3 | 120 | 23 | 71 | 103 | 61 |
| Binary | 11001111 | 11001000 | 101001 | 0 | 11 | 1010000 | 10011 | 111001 | 1000011 | 110001 |
Color Harmonies of #CFC829
Complementary color
Monochromatic Colors of #CFC829
Black with #CFC829
Text Example
Text Example
White with #CFC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC829; }
p { color: rgb(207,200,41); }
H1.HeaderClassName
{
color: #CFC829;
}
.AnyTagClassName
{
color: #CFC829;
}
</style>
background-color css
<style>
a { background-color: #CFC829; }
a { background-color: rgb(207,200,41); }
div.DivClassName
{
background-color: #CFC829;
}
.BgClassName
{
background-color: #CFC829;
}
</style>
border-color css
<style>
span { border-color: #CFC829; }
span { border-color: rgb(207,200,41); }
td.TdClassName
{
border-color: #CFC829;
}
.TagClassName
{
border-color: #CFC829;
}
</style>