Shades of Barberry #CCC71A
Tints of Barberry #CCC71A
RGB
CMYK
RGB Variations
Color information
#CCC71A (or 0xCCC71A) is known color: Barberry. HEX triplet: CC, C7 and 1A. RGB value is (204,199,26). Sum of RGB (Red+Green+Blue) = 204+199+26=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC71A is #3338E5. Grayscale: #B5B5B5. Windows color (decimal): -3356902 or 1755084. OLE color: 1755084.
HSL color Cylindrical-coordinate representation of color #CCC71A: hue angle of 58.31º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCC71A is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 26 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.2 |
| HSL | 58.31º | 0.77% | 0.45% | - |
| HSV(B) | 58.31º | 0.87% | 0.8% | - |
| XYZ | 45.51 | 53.76 | 8.96 | - |
| YUV | 180.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 26 | 0 | 0.02 | 0.87 | 0.2 | 58.31 | 0.77 | 0.45 |
| Hex | CC | C7 | 1A | 0 | 2 | 57 | 14 | 3A | 4D | 2D |
| Octal | 314 | 307 | 32 | 0 | 2 | 127 | 24 | 72 | 115 | 55 |
| Binary | 11001100 | 11000111 | 11010 | 0 | 10 | 1010111 | 10100 | 111010 | 1001101 | 101101 |
Color Harmonies of #CCC71A
Complementary color
Monochromatic Colors of #CCC71A
Black with #CCC71A
Text Example
Text Example
White with #CCC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC71A; }
p { color: rgb(204,199,26); }
H1.HeaderClassName
{
color: #CCC71A;
}
.AnyTagClassName
{
color: #CCC71A;
}
</style>
background-color css
<style>
a { background-color: #CCC71A; }
a { background-color: rgb(204,199,26); }
div.DivClassName
{
background-color: #CCC71A;
}
.BgClassName
{
background-color: #CCC71A;
}
</style>
border-color css
<style>
span { border-color: #CCC71A; }
span { border-color: rgb(204,199,26); }
td.TdClassName
{
border-color: #CCC71A;
}
.TagClassName
{
border-color: #CCC71A;
}
</style>