Shades of Barberry #CFC02A
Tints of Barberry #CFC02A
RGB
CMYK
RGB Variations
Color information
#CFC02A (or 0xCFC02A) is known color: Barberry. HEX triplet: CF, C0 and 2A. RGB value is (207,192,42). Sum of RGB (Red+Green+Blue) = 207+192+42=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC02A is #303FD5. Grayscale: #B4B4B4. Windows color (decimal): -3162070 or 2801871. OLE color: 2801871.
HSL color Cylindrical-coordinate representation of color #CFC02A: hue angle of 54.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFC02A is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 42 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.19 |
| HSL | 54.55º | 0.66% | 0.49% | - |
| HSV(B) | 54.55º | 0.8% | 0.81% | - |
| XYZ | 45 | 51.13 | 9.69 | - |
| YUV | 179.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 42 | 0 | 0.07 | 0.80 | 0.19 | 54.55 | 0.66 | 0.49 |
| Hex | CF | C0 | 2A | 0 | 7 | 50 | 13 | 37 | 42 | 31 |
| Octal | 317 | 300 | 52 | 0 | 7 | 120 | 23 | 67 | 102 | 61 |
| Binary | 11001111 | 11000000 | 101010 | 0 | 111 | 1010000 | 10011 | 110111 | 1000010 | 110001 |
Color Harmonies of #CFC02A
Complementary color
Monochromatic Colors of #CFC02A
Black with #CFC02A
Text Example
Text Example
White with #CFC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC02A; }
p { color: rgb(207,192,42); }
H1.HeaderClassName
{
color: #CFC02A;
}
.AnyTagClassName
{
color: #CFC02A;
}
</style>
background-color css
<style>
a { background-color: #CFC02A; }
a { background-color: rgb(207,192,42); }
div.DivClassName
{
background-color: #CFC02A;
}
.BgClassName
{
background-color: #CFC02A;
}
</style>
border-color css
<style>
span { border-color: #CFC02A; }
span { border-color: rgb(207,192,42); }
td.TdClassName
{
border-color: #CFC02A;
}
.TagClassName
{
border-color: #CFC02A;
}
</style>