Shades of Barberry #CFBA23
Tints of Barberry #CFBA23
RGB
CMYK
RGB Variations
Color information
#CFBA23 (or 0xCFBA23) is known color: Barberry. HEX triplet: CF, BA and 23. RGB value is (207,186,35). Sum of RGB (Red+Green+Blue) = 207+186+35=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA23 is #3045DC. Grayscale: #AFAFAF. Windows color (decimal): -3163613 or 2341583. OLE color: 2341583.
HSL color Cylindrical-coordinate representation of color #CFBA23: hue angle of 52.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFBA23 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 35 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.19 |
| HSL | 52.67º | 0.71% | 0.47% | - |
| HSV(B) | 52.67º | 0.83% | 0.81% | - |
| XYZ | 43.59 | 48.5 | 8.65 | - |
| YUV | 175.07 | 48.96 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 35 | 0 | 0.10 | 0.83 | 0.19 | 52.67 | 0.71 | 0.47 |
| Hex | CF | BA | 23 | 0 | A | 53 | 13 | 35 | 47 | 2F |
| Octal | 317 | 272 | 43 | 0 | 12 | 123 | 23 | 65 | 107 | 57 |
| Binary | 11001111 | 10111010 | 100011 | 0 | 1010 | 1010011 | 10011 | 110101 | 1000111 | 101111 |
Color Harmonies of #CFBA23
Complementary color
Monochromatic Colors of #CFBA23
Black with #CFBA23
Text Example
Text Example
White with #CFBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA23; }
p { color: rgb(207,186,35); }
H1.HeaderClassName
{
color: #CFBA23;
}
.AnyTagClassName
{
color: #CFBA23;
}
</style>
background-color css
<style>
a { background-color: #CFBA23; }
a { background-color: rgb(207,186,35); }
div.DivClassName
{
background-color: #CFBA23;
}
.BgClassName
{
background-color: #CFBA23;
}
</style>
border-color css
<style>
span { border-color: #CFBA23; }
span { border-color: rgb(207,186,35); }
td.TdClassName
{
border-color: #CFBA23;
}
.TagClassName
{
border-color: #CFBA23;
}
</style>