Shades of Barberry #CCC11E
Tints of Barberry #CCC11E
RGB
CMYK
RGB Variations
Color information
#CCC11E (or 0xCCC11E) is known color: Barberry. HEX triplet: CC, C1 and 1E. RGB value is (204,193,30). Sum of RGB (Red+Green+Blue) = 204+193+30=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC11E is #333EE1. Grayscale: #B2B2B2. Windows color (decimal): -3358434 or 2015692. OLE color: 2015692.
HSL color Cylindrical-coordinate representation of color #CCC11E: hue angle of 56.21º 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 #CCC11E is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 30 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.2 |
| HSL | 56.21º | 0.74% | 0.46% | - |
| HSV(B) | 56.21º | 0.85% | 0.8% | - |
| XYZ | 44.21 | 51.07 | 8.76 | - |
| YUV | 177.71 | 44.64 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 30 | 0 | 0.05 | 0.85 | 0.2 | 56.21 | 0.74 | 0.46 |
| Hex | CC | C1 | 1E | 0 | 5 | 55 | 14 | 38 | 4A | 2E |
| Octal | 314 | 301 | 36 | 0 | 5 | 125 | 24 | 70 | 112 | 56 |
| Binary | 11001100 | 11000001 | 11110 | 0 | 101 | 1010101 | 10100 | 111000 | 1001010 | 101110 |
Color Harmonies of #CCC11E
Complementary color
Monochromatic Colors of #CCC11E
Black with #CCC11E
Text Example
Text Example
White with #CCC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC11E; }
p { color: rgb(204,193,30); }
H1.HeaderClassName
{
color: #CCC11E;
}
.AnyTagClassName
{
color: #CCC11E;
}
</style>
background-color css
<style>
a { background-color: #CCC11E; }
a { background-color: rgb(204,193,30); }
div.DivClassName
{
background-color: #CCC11E;
}
.BgClassName
{
background-color: #CCC11E;
}
</style>
border-color css
<style>
span { border-color: #CCC11E; }
span { border-color: rgb(204,193,30); }
td.TdClassName
{
border-color: #CCC11E;
}
.TagClassName
{
border-color: #CCC11E;
}
</style>