Shades of Barberry #CFC929
Tints of Barberry #CFC929
RGB
CMYK
RGB Variations
Color information
#CFC929 (or 0xCFC929) is known color: Barberry. HEX triplet: CF, C9 and 29. RGB value is (207,201,41). Sum of RGB (Red+Green+Blue) = 207+201+41=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC929 is #3036D6. Grayscale: #B9B9B9. Windows color (decimal): -3159767 or 2738639. OLE color: 2738639.
HSL color Cylindrical-coordinate representation of color #CFC929: hue angle of 57.83º 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 #CFC929 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 41 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.19 |
| HSL | 57.83º | 0.67% | 0.49% | - |
| HSV(B) | 57.83º | 0.8% | 0.81% | - |
| XYZ | 47.02 | 55.2 | 10.27 | - |
| YUV | 184.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 41 | 0 | 0.03 | 0.80 | 0.19 | 57.83 | 0.67 | 0.49 |
| Hex | CF | C9 | 29 | 0 | 3 | 50 | 13 | 3A | 43 | 31 |
| Octal | 317 | 311 | 51 | 0 | 3 | 120 | 23 | 72 | 103 | 61 |
| Binary | 11001111 | 11001001 | 101001 | 0 | 11 | 1010000 | 10011 | 111010 | 1000011 | 110001 |
Color Harmonies of #CFC929
Complementary color
Monochromatic Colors of #CFC929
Black with #CFC929
Text Example
Text Example
White with #CFC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC929; }
p { color: rgb(207,201,41); }
H1.HeaderClassName
{
color: #CFC929;
}
.AnyTagClassName
{
color: #CFC929;
}
</style>
background-color css
<style>
a { background-color: #CFC929; }
a { background-color: rgb(207,201,41); }
div.DivClassName
{
background-color: #CFC929;
}
.BgClassName
{
background-color: #CFC929;
}
</style>
border-color css
<style>
span { border-color: #CFC929; }
span { border-color: rgb(207,201,41); }
td.TdClassName
{
border-color: #CFC929;
}
.TagClassName
{
border-color: #CFC929;
}
</style>