Shades of Barberry #CFC828
Tints of Barberry #CFC828
RGB
CMYK
RGB Variations
Color information
#CFC828 (or 0xCFC828) is known color: Barberry. HEX triplet: CF, C8 and 28. RGB value is (207,200,40). Sum of RGB (Red+Green+Blue) = 207+200+40=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC828 is #3037D7. Grayscale: #B8B8B8. Windows color (decimal): -3160024 or 2672847. OLE color: 2672847.
HSL color Cylindrical-coordinate representation of color #CFC828: hue angle of 57.49º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFC828 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 40 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.19 |
| HSL | 57.49º | 0.68% | 0.48% | - |
| HSV(B) | 57.49º | 0.81% | 0.81% | - |
| XYZ | 46.77 | 54.73 | 10.11 | - |
| YUV | 183.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 40 | 0 | 0.03 | 0.81 | 0.19 | 57.49 | 0.68 | 0.48 |
| Hex | CF | C8 | 28 | 0 | 3 | 51 | 13 | 39 | 44 | 30 |
| Octal | 317 | 310 | 50 | 0 | 3 | 121 | 23 | 71 | 104 | 60 |
| Binary | 11001111 | 11001000 | 101000 | 0 | 11 | 1010001 | 10011 | 111001 | 1000100 | 110000 |
Color Harmonies of #CFC828
Complementary color
Monochromatic Colors of #CFC828
Black with #CFC828
Text Example
Text Example
White with #CFC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC828; }
p { color: rgb(207,200,40); }
H1.HeaderClassName
{
color: #CFC828;
}
.AnyTagClassName
{
color: #CFC828;
}
</style>
background-color css
<style>
a { background-color: #CFC828; }
a { background-color: rgb(207,200,40); }
div.DivClassName
{
background-color: #CFC828;
}
.BgClassName
{
background-color: #CFC828;
}
</style>
border-color css
<style>
span { border-color: #CFC828; }
span { border-color: rgb(207,200,40); }
td.TdClassName
{
border-color: #CFC828;
}
.TagClassName
{
border-color: #CFC828;
}
</style>