Shades of Barberry #CCC61D
Tints of Barberry #CCC61D
RGB
CMYK
RGB Variations
Color information
#CCC61D (or 0xCCC61D) is known color: Barberry. HEX triplet: CC, C6 and 1D. RGB value is (204,198,29). Sum of RGB (Red+Green+Blue) = 204+198+29=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC61D is #3339E2. Grayscale: #B5B5B5. Windows color (decimal): -3357155 or 1951436. OLE color: 1951436.
HSL color Cylindrical-coordinate representation of color #CCC61D: hue angle of 57.94º 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 #CCC61D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 29 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.2 |
| HSL | 57.94º | 0.75% | 0.46% | - |
| HSV(B) | 57.94º | 0.86% | 0.8% | - |
| XYZ | 45.32 | 53.31 | 9.06 | - |
| YUV | 180.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 29 | 0 | 0.03 | 0.86 | 0.2 | 57.94 | 0.75 | 0.46 |
| Hex | CC | C6 | 1D | 0 | 3 | 56 | 14 | 3A | 4B | 2E |
| Octal | 314 | 306 | 35 | 0 | 3 | 126 | 24 | 72 | 113 | 56 |
| Binary | 11001100 | 11000110 | 11101 | 0 | 11 | 1010110 | 10100 | 111010 | 1001011 | 101110 |
Color Harmonies of #CCC61D
Complementary color
Monochromatic Colors of #CCC61D
Black with #CCC61D
Text Example
Text Example
White with #CCC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC61D; }
p { color: rgb(204,198,29); }
H1.HeaderClassName
{
color: #CCC61D;
}
.AnyTagClassName
{
color: #CCC61D;
}
</style>
background-color css
<style>
a { background-color: #CCC61D; }
a { background-color: rgb(204,198,29); }
div.DivClassName
{
background-color: #CCC61D;
}
.BgClassName
{
background-color: #CCC61D;
}
</style>
border-color css
<style>
span { border-color: #CCC61D; }
span { border-color: rgb(204,198,29); }
td.TdClassName
{
border-color: #CCC61D;
}
.TagClassName
{
border-color: #CCC61D;
}
</style>