Shades of Barberry #CFC92A
Tints of Barberry #CFC92A
RGB
CMYK
RGB Variations
Color information
#CFC92A (or 0xCFC92A) is known color: Barberry. HEX triplet: CF, C9 and 2A. RGB value is (207,201,42). Sum of RGB (Red+Green+Blue) = 207+201+42=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC92A is #3036D5. Grayscale: #B9B9B9. Windows color (decimal): -3159766 or 2804175. OLE color: 2804175.
HSL color Cylindrical-coordinate representation of color #CFC92A: hue angle of 57.82º 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 #CFC92A is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 42 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.19 |
| HSL | 57.82º | 0.66% | 0.49% | - |
| HSV(B) | 57.82º | 0.8% | 0.81% | - |
| XYZ | 47.04 | 55.21 | 10.37 | - |
| YUV | 184.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 42 | 0 | 0.03 | 0.80 | 0.19 | 57.82 | 0.66 | 0.49 |
| Hex | CF | C9 | 2A | 0 | 3 | 50 | 13 | 3A | 42 | 31 |
| Octal | 317 | 311 | 52 | 0 | 3 | 120 | 23 | 72 | 102 | 61 |
| Binary | 11001111 | 11001001 | 101010 | 0 | 11 | 1010000 | 10011 | 111010 | 1000010 | 110001 |
Color Harmonies of #CFC92A
Complementary color
Monochromatic Colors of #CFC92A
Black with #CFC92A
Text Example
Text Example
White with #CFC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC92A; }
p { color: rgb(207,201,42); }
H1.HeaderClassName
{
color: #CFC92A;
}
.AnyTagClassName
{
color: #CFC92A;
}
</style>
background-color css
<style>
a { background-color: #CFC92A; }
a { background-color: rgb(207,201,42); }
div.DivClassName
{
background-color: #CFC92A;
}
.BgClassName
{
background-color: #CFC92A;
}
</style>
border-color css
<style>
span { border-color: #CFC92A; }
span { border-color: rgb(207,201,42); }
td.TdClassName
{
border-color: #CFC92A;
}
.TagClassName
{
border-color: #CFC92A;
}
</style>