Shades of Barberry #CFB828
Tints of Barberry #CFB828
RGB
CMYK
RGB Variations
Color information
#CFB828 (or 0xCFB828) is known color: Barberry. HEX triplet: CF, B8 and 28. RGB value is (207,184,40). Sum of RGB (Red+Green+Blue) = 207+184+40=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB828 is #3047D7. Grayscale: #AFAFAF. Windows color (decimal): -3164120 or 2668751. OLE color: 2668751.
HSL color Cylindrical-coordinate representation of color #CFB828: hue angle of 51.74º 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 #CFB828 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 40 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.19 |
| HSL | 51.74º | 0.68% | 0.48% | - |
| HSV(B) | 51.74º | 0.81% | 0.81% | - |
| XYZ | 43.26 | 47.7 | 8.93 | - |
| YUV | 174.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 40 | 0 | 0.11 | 0.81 | 0.19 | 51.74 | 0.68 | 0.48 |
| Hex | CF | B8 | 28 | 0 | B | 51 | 13 | 34 | 44 | 30 |
| Octal | 317 | 270 | 50 | 0 | 13 | 121 | 23 | 64 | 104 | 60 |
| Binary | 11001111 | 10111000 | 101000 | 0 | 1011 | 1010001 | 10011 | 110100 | 1000100 | 110000 |
Color Harmonies of #CFB828
Complementary color
Monochromatic Colors of #CFB828
Black with #CFB828
Text Example
Text Example
White with #CFB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB828; }
p { color: rgb(207,184,40); }
H1.HeaderClassName
{
color: #CFB828;
}
.AnyTagClassName
{
color: #CFB828;
}
</style>
background-color css
<style>
a { background-color: #CFB828; }
a { background-color: rgb(207,184,40); }
div.DivClassName
{
background-color: #CFB828;
}
.BgClassName
{
background-color: #CFB828;
}
</style>
border-color css
<style>
span { border-color: #CFB828; }
span { border-color: rgb(207,184,40); }
td.TdClassName
{
border-color: #CFB828;
}
.TagClassName
{
border-color: #CFB828;
}
</style>