Shades of Barberry #CFC420
Tints of Barberry #CFC420
RGB
CMYK
RGB Variations
Color information
#CFC420 (or 0xCFC420) is known color: Barberry. HEX triplet: CF, C4 and 20. RGB value is (207,196,32). Sum of RGB (Red+Green+Blue) = 207+196+32=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC420 is #303BDF. Grayscale: #B5B5B5. Windows color (decimal): -3161056 or 2147535. OLE color: 2147535.
HSL color Cylindrical-coordinate representation of color #CFC420: hue angle of 56.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFC420 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 32 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.19 |
| HSL | 56.23º | 0.73% | 0.47% | - |
| HSV(B) | 56.23º | 0.85% | 0.81% | - |
| XYZ | 45.73 | 52.85 | 9.16 | - |
| YUV | 180.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 32 | 0 | 0.05 | 0.85 | 0.19 | 56.23 | 0.73 | 0.47 |
| Hex | CF | C4 | 20 | 0 | 5 | 55 | 13 | 38 | 49 | 2F |
| Octal | 317 | 304 | 40 | 0 | 5 | 125 | 23 | 70 | 111 | 57 |
| Binary | 11001111 | 11000100 | 100000 | 0 | 101 | 1010101 | 10011 | 111000 | 1001001 | 101111 |
Color Harmonies of #CFC420
Complementary color
Monochromatic Colors of #CFC420
Black with #CFC420
Text Example
Text Example
White with #CFC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC420; }
p { color: rgb(207,196,32); }
H1.HeaderClassName
{
color: #CFC420;
}
.AnyTagClassName
{
color: #CFC420;
}
</style>
background-color css
<style>
a { background-color: #CFC420; }
a { background-color: rgb(207,196,32); }
div.DivClassName
{
background-color: #CFC420;
}
.BgClassName
{
background-color: #CFC420;
}
</style>
border-color css
<style>
span { border-color: #CFC420; }
span { border-color: rgb(207,196,32); }
td.TdClassName
{
border-color: #CFC420;
}
.TagClassName
{
border-color: #CFC420;
}
</style>