Shades of Barberry #CCC62D
Tints of Barberry #CCC62D
RGB
CMYK
RGB Variations
Color information
#CCC62D (or 0xCCC62D) is known color: Barberry. HEX triplet: CC, C6 and 2D. RGB value is (204,198,45). Sum of RGB (Red+Green+Blue) = 204+198+45=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC62D is #3339D2. Grayscale: #B6B6B6. Windows color (decimal): -3357139 or 3000012. OLE color: 3000012.
HSL color Cylindrical-coordinate representation of color #CCC62D: hue angle of 57.74º 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 #CCC62D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 45 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.2 |
| HSL | 57.74º | 0.64% | 0.49% | - |
| HSV(B) | 57.74º | 0.78% | 0.8% | - |
| XYZ | 45.57 | 53.41 | 10.39 | - |
| YUV | 182.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 45 | 0 | 0.03 | 0.78 | 0.2 | 57.74 | 0.64 | 0.49 |
| Hex | CC | C6 | 2D | 0 | 3 | 4E | 14 | 3A | 40 | 31 |
| Octal | 314 | 306 | 55 | 0 | 3 | 116 | 24 | 72 | 100 | 61 |
| Binary | 11001100 | 11000110 | 101101 | 0 | 11 | 1001110 | 10100 | 111010 | 1000000 | 110001 |
Color Harmonies of #CCC62D
Complementary color
Monochromatic Colors of #CCC62D
Black with #CCC62D
Text Example
Text Example
White with #CCC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC62D; }
p { color: rgb(204,198,45); }
H1.HeaderClassName
{
color: #CCC62D;
}
.AnyTagClassName
{
color: #CCC62D;
}
</style>
background-color css
<style>
a { background-color: #CCC62D; }
a { background-color: rgb(204,198,45); }
div.DivClassName
{
background-color: #CCC62D;
}
.BgClassName
{
background-color: #CCC62D;
}
</style>
border-color css
<style>
span { border-color: #CCC62D; }
span { border-color: rgb(204,198,45); }
td.TdClassName
{
border-color: #CCC62D;
}
.TagClassName
{
border-color: #CCC62D;
}
</style>