Shades of Barberry #CFBF28
Tints of Barberry #CFBF28
RGB
CMYK
RGB Variations
Color information
#CFBF28 (or 0xCFBF28) is known color: Barberry. HEX triplet: CF, BF and 28. RGB value is (207,191,40). Sum of RGB (Red+Green+Blue) = 207+191+40=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF28 is #3040D7. Grayscale: #B3B3B3. Windows color (decimal): -3162328 or 2670543. OLE color: 2670543.
HSL color Cylindrical-coordinate representation of color #CFBF28: hue angle of 54.25º 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 #CFBF28 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 40 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.19 |
| HSL | 54.25º | 0.68% | 0.48% | - |
| HSV(B) | 54.25º | 0.81% | 0.81% | - |
| XYZ | 44.75 | 50.68 | 9.43 | - |
| YUV | 178.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 40 | 0 | 0.08 | 0.81 | 0.19 | 54.25 | 0.68 | 0.48 |
| Hex | CF | BF | 28 | 0 | 8 | 51 | 13 | 36 | 44 | 30 |
| Octal | 317 | 277 | 50 | 0 | 10 | 121 | 23 | 66 | 104 | 60 |
| Binary | 11001111 | 10111111 | 101000 | 0 | 1000 | 1010001 | 10011 | 110110 | 1000100 | 110000 |
Color Harmonies of #CFBF28
Complementary color
Monochromatic Colors of #CFBF28
Black with #CFBF28
Text Example
Text Example
White with #CFBF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF28; }
p { color: rgb(207,191,40); }
H1.HeaderClassName
{
color: #CFBF28;
}
.AnyTagClassName
{
color: #CFBF28;
}
</style>
background-color css
<style>
a { background-color: #CFBF28; }
a { background-color: rgb(207,191,40); }
div.DivClassName
{
background-color: #CFBF28;
}
.BgClassName
{
background-color: #CFBF28;
}
</style>
border-color css
<style>
span { border-color: #CFBF28; }
span { border-color: rgb(207,191,40); }
td.TdClassName
{
border-color: #CFBF28;
}
.TagClassName
{
border-color: #CFBF28;
}
</style>