Shades of Barberry #CFCC22
Tints of Barberry #CFCC22
RGB
CMYK
RGB Variations
Color information
#CFCC22 (or 0xCFCC22) is known color: Barberry. HEX triplet: CF, CC and 22. RGB value is (207,204,34). Sum of RGB (Red+Green+Blue) = 207+204+34=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC22 is #3033DD. Grayscale: #BABABA. Windows color (decimal): -3159006 or 2280655. OLE color: 2280655.
HSL color Cylindrical-coordinate representation of color #CFCC22: hue angle of 58.96º degrees, saturation: 0.72, 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 #CFCC22 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 34 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.19 |
| HSL | 58.96º | 0.72% | 0.47% | - |
| HSV(B) | 58.96º | 0.84% | 0.81% | - |
| XYZ | 47.61 | 56.57 | 9.92 | - |
| YUV | 185.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 34 | 0 | 0.01 | 0.84 | 0.19 | 58.96 | 0.72 | 0.47 |
| Hex | CF | CC | 22 | 0 | 1 | 54 | 13 | 3B | 48 | 2F |
| Octal | 317 | 314 | 42 | 0 | 1 | 124 | 23 | 73 | 110 | 57 |
| Binary | 11001111 | 11001100 | 100010 | 0 | 1 | 1010100 | 10011 | 111011 | 1001000 | 101111 |
Color Harmonies of #CFCC22
Complementary color
Monochromatic Colors of #CFCC22
Black with #CFCC22
Text Example
Text Example
White with #CFCC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC22; }
p { color: rgb(207,204,34); }
H1.HeaderClassName
{
color: #CFCC22;
}
.AnyTagClassName
{
color: #CFCC22;
}
</style>
background-color css
<style>
a { background-color: #CFCC22; }
a { background-color: rgb(207,204,34); }
div.DivClassName
{
background-color: #CFCC22;
}
.BgClassName
{
background-color: #CFCC22;
}
</style>
border-color css
<style>
span { border-color: #CFCC22; }
span { border-color: rgb(207,204,34); }
td.TdClassName
{
border-color: #CFCC22;
}
.TagClassName
{
border-color: #CFCC22;
}
</style>