Shades of Barberry #CCC81D
Tints of Barberry #CCC81D
RGB
CMYK
RGB Variations
Color information
#CCC81D (or 0xCCC81D) is known color: Barberry. HEX triplet: CC, C8 and 1D. RGB value is (204,200,29). Sum of RGB (Red+Green+Blue) = 204+200+29=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC81D is #3337E2. Grayscale: #B6B6B6. Windows color (decimal): -3356643 or 1951948. OLE color: 1951948.
HSL color Cylindrical-coordinate representation of color #CCC81D: hue angle of 58.63º 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 #CCC81D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 29 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.2 |
| HSL | 58.63º | 0.75% | 0.46% | - |
| HSV(B) | 58.63º | 0.86% | 0.8% | - |
| XYZ | 45.78 | 54.23 | 9.22 | - |
| YUV | 181.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 29 | 0 | 0.02 | 0.86 | 0.2 | 58.63 | 0.75 | 0.46 |
| Hex | CC | C8 | 1D | 0 | 2 | 56 | 14 | 3B | 4B | 2E |
| Octal | 314 | 310 | 35 | 0 | 2 | 126 | 24 | 73 | 113 | 56 |
| Binary | 11001100 | 11001000 | 11101 | 0 | 10 | 1010110 | 10100 | 111011 | 1001011 | 101110 |
Color Harmonies of #CCC81D
Complementary color
Monochromatic Colors of #CCC81D
Black with #CCC81D
Text Example
Text Example
White with #CCC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC81D; }
p { color: rgb(204,200,29); }
H1.HeaderClassName
{
color: #CCC81D;
}
.AnyTagClassName
{
color: #CCC81D;
}
</style>
background-color css
<style>
a { background-color: #CCC81D; }
a { background-color: rgb(204,200,29); }
div.DivClassName
{
background-color: #CCC81D;
}
.BgClassName
{
background-color: #CCC81D;
}
</style>
border-color css
<style>
span { border-color: #CCC81D; }
span { border-color: rgb(204,200,29); }
td.TdClassName
{
border-color: #CCC81D;
}
.TagClassName
{
border-color: #CCC81D;
}
</style>