Shades of Barberry #CFC421
Tints of Barberry #CFC421
RGB
CMYK
RGB Variations
Color information
#CFC421 (or 0xCFC421) is known color: Barberry. HEX triplet: CF, C4 and 21. RGB value is (207,196,33). Sum of RGB (Red+Green+Blue) = 207+196+33=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC421 is #303BDE. Grayscale: #B5B5B5. Windows color (decimal): -3161055 or 2213071. OLE color: 2213071.
HSL color Cylindrical-coordinate representation of color #CFC421: hue angle of 56.21º 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 #CFC421 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.19 |
| HSL | 56.21º | 0.73% | 0.47% | - |
| HSV(B) | 56.21º | 0.84% | 0.81% | - |
| XYZ | 45.75 | 52.86 | 9.23 | - |
| YUV | 180.71 | 44.64 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 33 | 0 | 0.05 | 0.84 | 0.19 | 56.21 | 0.73 | 0.47 |
| Hex | CF | C4 | 21 | 0 | 5 | 54 | 13 | 38 | 48 | 2F |
| Octal | 317 | 304 | 41 | 0 | 5 | 124 | 23 | 70 | 110 | 57 |
| Binary | 11001111 | 11000100 | 100001 | 0 | 101 | 1010100 | 10011 | 111000 | 1001000 | 101111 |
Color Harmonies of #CFC421
Complementary color
Monochromatic Colors of #CFC421
Black with #CFC421
Text Example
Text Example
White with #CFC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC421; }
p { color: rgb(207,196,33); }
H1.HeaderClassName
{
color: #CFC421;
}
.AnyTagClassName
{
color: #CFC421;
}
</style>
background-color css
<style>
a { background-color: #CFC421; }
a { background-color: rgb(207,196,33); }
div.DivClassName
{
background-color: #CFC421;
}
.BgClassName
{
background-color: #CFC421;
}
</style>
border-color css
<style>
span { border-color: #CFC421; }
span { border-color: rgb(207,196,33); }
td.TdClassName
{
border-color: #CFC421;
}
.TagClassName
{
border-color: #CFC421;
}
</style>