Shades of Barberry #CCC72F
Tints of Barberry #CCC72F
RGB
CMYK
RGB Variations
Color information
#CCC72F (or 0xCCC72F) is known color: Barberry. HEX triplet: CC, C7 and 2F. RGB value is (204,199,47). Sum of RGB (Red+Green+Blue) = 204+199+47=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC72F is #3338D0. Grayscale: #B7B7B7. Windows color (decimal): -3356881 or 3131340. OLE color: 3131340.
HSL color Cylindrical-coordinate representation of color #CCC72F: hue angle of 58.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCC72F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 47 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.2 |
| HSL | 58.09º | 0.63% | 0.49% | - |
| HSV(B) | 58.09º | 0.77% | 0.8% | - |
| XYZ | 45.84 | 53.89 | 10.68 | - |
| YUV | 183.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 47 | 0 | 0.02 | 0.77 | 0.2 | 58.09 | 0.63 | 0.49 |
| Hex | CC | C7 | 2F | 0 | 2 | 4D | 14 | 3A | 3F | 31 |
| Octal | 314 | 307 | 57 | 0 | 2 | 115 | 24 | 72 | 77 | 61 |
| Binary | 11001100 | 11000111 | 101111 | 0 | 10 | 1001101 | 10100 | 111010 | 111111 | 110001 |
Color Harmonies of #CCC72F
Complementary color
Monochromatic Colors of #CCC72F
Black with #CCC72F
Text Example
Text Example
White with #CCC72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC72F; }
p { color: rgb(204,199,47); }
H1.HeaderClassName
{
color: #CCC72F;
}
.AnyTagClassName
{
color: #CCC72F;
}
</style>
background-color css
<style>
a { background-color: #CCC72F; }
a { background-color: rgb(204,199,47); }
div.DivClassName
{
background-color: #CCC72F;
}
.BgClassName
{
background-color: #CCC72F;
}
</style>
border-color css
<style>
span { border-color: #CCC72F; }
span { border-color: rgb(204,199,47); }
td.TdClassName
{
border-color: #CCC72F;
}
.TagClassName
{
border-color: #CCC72F;
}
</style>