Shades of Barberry #CCC91F
Tints of Barberry #CCC91F
RGB
CMYK
RGB Variations
Color information
#CCC91F (or 0xCCC91F) is known color: Barberry. HEX triplet: CC, C9 and 1F. RGB value is (204,201,31). Sum of RGB (Red+Green+Blue) = 204+201+31=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC91F is #3336E0. Grayscale: #B7B7B7. Windows color (decimal): -3356385 or 2083276. OLE color: 2083276.
HSL color Cylindrical-coordinate representation of color #CCC91F: hue angle of 58.96º 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 #CCC91F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.2 |
| HSL | 58.96º | 0.74% | 0.46% | - |
| HSV(B) | 58.96º | 0.85% | 0.8% | - |
| XYZ | 46.04 | 54.71 | 9.43 | - |
| YUV | 182.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 31 | 0 | 0.01 | 0.85 | 0.2 | 58.96 | 0.74 | 0.46 |
| Hex | CC | C9 | 1F | 0 | 1 | 55 | 14 | 3B | 4A | 2E |
| Octal | 314 | 311 | 37 | 0 | 1 | 125 | 24 | 73 | 112 | 56 |
| Binary | 11001100 | 11001001 | 11111 | 0 | 1 | 1010101 | 10100 | 111011 | 1001010 | 101110 |
Color Harmonies of #CCC91F
Complementary color
Monochromatic Colors of #CCC91F
Black with #CCC91F
Text Example
Text Example
White with #CCC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC91F; }
p { color: rgb(204,201,31); }
H1.HeaderClassName
{
color: #CCC91F;
}
.AnyTagClassName
{
color: #CCC91F;
}
</style>
background-color css
<style>
a { background-color: #CCC91F; }
a { background-color: rgb(204,201,31); }
div.DivClassName
{
background-color: #CCC91F;
}
.BgClassName
{
background-color: #CCC91F;
}
</style>
border-color css
<style>
span { border-color: #CCC91F; }
span { border-color: rgb(204,201,31); }
td.TdClassName
{
border-color: #CCC91F;
}
.TagClassName
{
border-color: #CCC91F;
}
</style>