Shades of Barberry #CCC31F
Tints of Barberry #CCC31F
RGB
CMYK
RGB Variations
Color information
#CCC31F (or 0xCCC31F) is known color: Barberry. HEX triplet: CC, C3 and 1F. RGB value is (204,195,31). Sum of RGB (Red+Green+Blue) = 204+195+31=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC31F is #333CE0. Grayscale: #B3B3B3. Windows color (decimal): -3357921 or 2081740. OLE color: 2081740.
HSL color Cylindrical-coordinate representation of color #CCC31F: hue angle of 56.88º 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 #CCC31F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.2 |
| HSL | 56.88º | 0.74% | 0.46% | - |
| HSV(B) | 56.88º | 0.85% | 0.8% | - |
| XYZ | 44.66 | 51.97 | 8.97 | - |
| YUV | 179 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 31 | 0 | 0.04 | 0.85 | 0.2 | 56.88 | 0.74 | 0.46 |
| Hex | CC | C3 | 1F | 0 | 4 | 55 | 14 | 39 | 4A | 2E |
| Octal | 314 | 303 | 37 | 0 | 4 | 125 | 24 | 71 | 112 | 56 |
| Binary | 11001100 | 11000011 | 11111 | 0 | 100 | 1010101 | 10100 | 111001 | 1001010 | 101110 |
Color Harmonies of #CCC31F
Complementary color
Monochromatic Colors of #CCC31F
Black with #CCC31F
Text Example
Text Example
White with #CCC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC31F; }
p { color: rgb(204,195,31); }
H1.HeaderClassName
{
color: #CCC31F;
}
.AnyTagClassName
{
color: #CCC31F;
}
</style>
background-color css
<style>
a { background-color: #CCC31F; }
a { background-color: rgb(204,195,31); }
div.DivClassName
{
background-color: #CCC31F;
}
.BgClassName
{
background-color: #CCC31F;
}
</style>
border-color css
<style>
span { border-color: #CCC31F; }
span { border-color: rgb(204,195,31); }
td.TdClassName
{
border-color: #CCC31F;
}
.TagClassName
{
border-color: #CCC31F;
}
</style>