Shades of Barberry #CCC41D
Tints of Barberry #CCC41D
RGB
CMYK
RGB Variations
Color information
#CCC41D (or 0xCCC41D) is known color: Barberry. HEX triplet: CC, C4 and 1D. RGB value is (204,196,29). Sum of RGB (Red+Green+Blue) = 204+196+29=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC41D is #333BE2. Grayscale: #B4B4B4. Windows color (decimal): -3357667 or 1950924. OLE color: 1950924.
HSL color Cylindrical-coordinate representation of color #CCC41D: hue angle of 57.26º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCC41D is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 29 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.2 |
| HSL | 57.26º | 0.75% | 0.46% | - |
| HSV(B) | 57.26º | 0.86% | 0.8% | - |
| XYZ | 44.86 | 52.41 | 8.91 | - |
| YUV | 179.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 29 | 0 | 0.04 | 0.86 | 0.2 | 57.26 | 0.75 | 0.46 |
| Hex | CC | C4 | 1D | 0 | 4 | 56 | 14 | 39 | 4B | 2E |
| Octal | 314 | 304 | 35 | 0 | 4 | 126 | 24 | 71 | 113 | 56 |
| Binary | 11001100 | 11000100 | 11101 | 0 | 100 | 1010110 | 10100 | 111001 | 1001011 | 101110 |
Color Harmonies of #CCC41D
Complementary color
Monochromatic Colors of #CCC41D
Black with #CCC41D
Text Example
Text Example
White with #CCC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC41D; }
p { color: rgb(204,196,29); }
H1.HeaderClassName
{
color: #CCC41D;
}
.AnyTagClassName
{
color: #CCC41D;
}
</style>
background-color css
<style>
a { background-color: #CCC41D; }
a { background-color: rgb(204,196,29); }
div.DivClassName
{
background-color: #CCC41D;
}
.BgClassName
{
background-color: #CCC41D;
}
</style>
border-color css
<style>
span { border-color: #CCC41D; }
span { border-color: rgb(204,196,29); }
td.TdClassName
{
border-color: #CCC41D;
}
.TagClassName
{
border-color: #CCC41D;
}
</style>