Shades of Barberry #CFC021
Tints of Barberry #CFC021
RGB
CMYK
RGB Variations
Color information
#CFC021 (or 0xCFC021) is known color: Barberry. HEX triplet: CF, C0 and 21. RGB value is (207,192,33). Sum of RGB (Red+Green+Blue) = 207+192+33=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC021 is #303FDE. Grayscale: #B3B3B3. Windows color (decimal): -3162079 or 2212047. OLE color: 2212047.
HSL color Cylindrical-coordinate representation of color #CFC021: hue angle of 54.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFC021 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 33 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.19 |
| HSL | 54.83º | 0.73% | 0.47% | - |
| HSV(B) | 54.83º | 0.84% | 0.81% | - |
| XYZ | 44.86 | 51.07 | 8.93 | - |
| YUV | 178.36 | 45.97 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 33 | 0 | 0.07 | 0.84 | 0.19 | 54.83 | 0.73 | 0.47 |
| Hex | CF | C0 | 21 | 0 | 7 | 54 | 13 | 37 | 48 | 2F |
| Octal | 317 | 300 | 41 | 0 | 7 | 124 | 23 | 67 | 110 | 57 |
| Binary | 11001111 | 11000000 | 100001 | 0 | 111 | 1010100 | 10011 | 110111 | 1001000 | 101111 |
Color Harmonies of #CFC021
Complementary color
Monochromatic Colors of #CFC021
Black with #CFC021
Text Example
Text Example
White with #CFC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC021; }
p { color: rgb(207,192,33); }
H1.HeaderClassName
{
color: #CFC021;
}
.AnyTagClassName
{
color: #CFC021;
}
</style>
background-color css
<style>
a { background-color: #CFC021; }
a { background-color: rgb(207,192,33); }
div.DivClassName
{
background-color: #CFC021;
}
.BgClassName
{
background-color: #CFC021;
}
</style>
border-color css
<style>
span { border-color: #CFC021; }
span { border-color: rgb(207,192,33); }
td.TdClassName
{
border-color: #CFC021;
}
.TagClassName
{
border-color: #CFC021;
}
</style>