Shades of Barberry #CFC62A
Tints of Barberry #CFC62A
RGB
CMYK
RGB Variations
Color information
#CFC62A (or 0xCFC62A) is known color: Barberry. HEX triplet: CF, C6 and 2A. RGB value is (207,198,42). Sum of RGB (Red+Green+Blue) = 207+198+42=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC62A is #3039D5. Grayscale: #B7B7B7. Windows color (decimal): -3160534 or 2803407. OLE color: 2803407.
HSL color Cylindrical-coordinate representation of color #CFC62A: hue angle of 56.73º 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 #CFC62A is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 42 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.19 |
| HSL | 56.73º | 0.66% | 0.49% | - |
| HSV(B) | 56.73º | 0.8% | 0.81% | - |
| XYZ | 46.34 | 53.82 | 10.14 | - |
| YUV | 182.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 42 | 0 | 0.04 | 0.80 | 0.19 | 56.73 | 0.66 | 0.49 |
| Hex | CF | C6 | 2A | 0 | 4 | 50 | 13 | 39 | 42 | 31 |
| Octal | 317 | 306 | 52 | 0 | 4 | 120 | 23 | 71 | 102 | 61 |
| Binary | 11001111 | 11000110 | 101010 | 0 | 100 | 1010000 | 10011 | 111001 | 1000010 | 110001 |
Color Harmonies of #CFC62A
Complementary color
Monochromatic Colors of #CFC62A
Black with #CFC62A
Text Example
Text Example
White with #CFC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC62A; }
p { color: rgb(207,198,42); }
H1.HeaderClassName
{
color: #CFC62A;
}
.AnyTagClassName
{
color: #CFC62A;
}
</style>
background-color css
<style>
a { background-color: #CFC62A; }
a { background-color: rgb(207,198,42); }
div.DivClassName
{
background-color: #CFC62A;
}
.BgClassName
{
background-color: #CFC62A;
}
</style>
border-color css
<style>
span { border-color: #CFC62A; }
span { border-color: rgb(207,198,42); }
td.TdClassName
{
border-color: #CFC62A;
}
.TagClassName
{
border-color: #CFC62A;
}
</style>