Shades of Barberry #CCC71F
Tints of Barberry #CCC71F
RGB
CMYK
RGB Variations
Color information
#CCC71F (or 0xCCC71F) is known color: Barberry. HEX triplet: CC, C7 and 1F. RGB value is (204,199,31). Sum of RGB (Red+Green+Blue) = 204+199+31=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC71F is #3338E0. Grayscale: #B6B6B6. Windows color (decimal): -3356897 or 2082764. OLE color: 2082764.
HSL color Cylindrical-coordinate representation of color #CCC71F: hue angle of 58.27º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCC71F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.2 |
| HSL | 58.27º | 0.74% | 0.46% | - |
| HSV(B) | 58.27º | 0.85% | 0.8% | - |
| XYZ | 45.57 | 53.78 | 9.28 | - |
| YUV | 181.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 31 | 0 | 0.02 | 0.85 | 0.2 | 58.27 | 0.74 | 0.46 |
| Hex | CC | C7 | 1F | 0 | 2 | 55 | 14 | 3A | 4A | 2E |
| Octal | 314 | 307 | 37 | 0 | 2 | 125 | 24 | 72 | 112 | 56 |
| Binary | 11001100 | 11000111 | 11111 | 0 | 10 | 1010101 | 10100 | 111010 | 1001010 | 101110 |
Color Harmonies of #CCC71F
Complementary color
Monochromatic Colors of #CCC71F
Black with #CCC71F
Text Example
Text Example
White with #CCC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC71F; }
p { color: rgb(204,199,31); }
H1.HeaderClassName
{
color: #CCC71F;
}
.AnyTagClassName
{
color: #CCC71F;
}
</style>
background-color css
<style>
a { background-color: #CCC71F; }
a { background-color: rgb(204,199,31); }
div.DivClassName
{
background-color: #CCC71F;
}
.BgClassName
{
background-color: #CCC71F;
}
</style>
border-color css
<style>
span { border-color: #CCC71F; }
span { border-color: rgb(204,199,31); }
td.TdClassName
{
border-color: #CCC71F;
}
.TagClassName
{
border-color: #CCC71F;
}
</style>