Shades of Barberry #CFC924
Tints of Barberry #CFC924
RGB
CMYK
RGB Variations
Color information
#CFC924 (or 0xCFC924) is known color: Barberry. HEX triplet: CF, C9 and 24. RGB value is (207,201,36). Sum of RGB (Red+Green+Blue) = 207+201+36=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC924 is #3036DB. Grayscale: #B8B8B8. Windows color (decimal): -3159772 or 2410959. OLE color: 2410959.
HSL color Cylindrical-coordinate representation of color #CFC924: hue angle of 57.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFC924 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 36 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.19 |
| HSL | 57.89º | 0.7% | 0.48% | - |
| HSV(B) | 57.89º | 0.83% | 0.81% | - |
| XYZ | 46.94 | 55.17 | 9.84 | - |
| YUV | 183.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 36 | 0 | 0.03 | 0.83 | 0.19 | 57.89 | 0.7 | 0.48 |
| Hex | CF | C9 | 24 | 0 | 3 | 53 | 13 | 3A | 46 | 30 |
| Octal | 317 | 311 | 44 | 0 | 3 | 123 | 23 | 72 | 106 | 60 |
| Binary | 11001111 | 11001001 | 100100 | 0 | 11 | 1010011 | 10011 | 111010 | 1000110 | 110000 |
Color Harmonies of #CFC924
Complementary color
Monochromatic Colors of #CFC924
Black with #CFC924
Text Example
Text Example
White with #CFC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC924; }
p { color: rgb(207,201,36); }
H1.HeaderClassName
{
color: #CFC924;
}
.AnyTagClassName
{
color: #CFC924;
}
</style>
background-color css
<style>
a { background-color: #CFC924; }
a { background-color: rgb(207,201,36); }
div.DivClassName
{
background-color: #CFC924;
}
.BgClassName
{
background-color: #CFC924;
}
</style>
border-color css
<style>
span { border-color: #CFC924; }
span { border-color: rgb(207,201,36); }
td.TdClassName
{
border-color: #CFC924;
}
.TagClassName
{
border-color: #CFC924;
}
</style>