Shades of Barberry #CCC42D
Tints of Barberry #CCC42D
RGB
CMYK
RGB Variations
Color information
#CCC42D (or 0xCCC42D) is known color: Barberry. HEX triplet: CC, C4 and 2D. RGB value is (204,196,45). Sum of RGB (Red+Green+Blue) = 204+196+45=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC42D is #333BD2. Grayscale: #B5B5B5. Windows color (decimal): -3357651 or 2999500. OLE color: 2999500.
HSL color Cylindrical-coordinate representation of color #CCC42D: hue angle of 56.98º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC42D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 45 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.2 |
| HSL | 56.98º | 0.64% | 0.49% | - |
| HSV(B) | 56.98º | 0.78% | 0.8% | - |
| XYZ | 45.12 | 52.51 | 10.24 | - |
| YUV | 181.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 45 | 0 | 0.04 | 0.78 | 0.2 | 56.98 | 0.64 | 0.49 |
| Hex | CC | C4 | 2D | 0 | 4 | 4E | 14 | 39 | 40 | 31 |
| Octal | 314 | 304 | 55 | 0 | 4 | 116 | 24 | 71 | 100 | 61 |
| Binary | 11001100 | 11000100 | 101101 | 0 | 100 | 1001110 | 10100 | 111001 | 1000000 | 110001 |
Color Harmonies of #CCC42D
Complementary color
Monochromatic Colors of #CCC42D
Black with #CCC42D
Text Example
Text Example
White with #CCC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC42D; }
p { color: rgb(204,196,45); }
H1.HeaderClassName
{
color: #CCC42D;
}
.AnyTagClassName
{
color: #CCC42D;
}
</style>
background-color css
<style>
a { background-color: #CCC42D; }
a { background-color: rgb(204,196,45); }
div.DivClassName
{
background-color: #CCC42D;
}
.BgClassName
{
background-color: #CCC42D;
}
</style>
border-color css
<style>
span { border-color: #CCC42D; }
span { border-color: rgb(204,196,45); }
td.TdClassName
{
border-color: #CCC42D;
}
.TagClassName
{
border-color: #CCC42D;
}
</style>