Shades of Barberry #CCB828
Tints of Barberry #CCB828
RGB
CMYK
RGB Variations
Color information
#CCB828 (or 0xCCB828) is known color: Barberry. HEX triplet: CC, B8 and 28. RGB value is (204,184,40). Sum of RGB (Red+Green+Blue) = 204+184+40=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB828 is #3347D7. Grayscale: #AEAEAE. Windows color (decimal): -3360728 or 2668748. OLE color: 2668748.
HSL color Cylindrical-coordinate representation of color #CCB828: hue angle of 52.68º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCB828 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 40 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.2 |
| HSL | 52.68º | 0.67% | 0.48% | - |
| HSV(B) | 52.68º | 0.8% | 0.8% | - |
| XYZ | 42.43 | 47.27 | 8.9 | - |
| YUV | 173.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 40 | 0 | 0.10 | 0.80 | 0.2 | 52.68 | 0.67 | 0.48 |
| Hex | CC | B8 | 28 | 0 | A | 50 | 14 | 35 | 43 | 30 |
| Octal | 314 | 270 | 50 | 0 | 12 | 120 | 24 | 65 | 103 | 60 |
| Binary | 11001100 | 10111000 | 101000 | 0 | 1010 | 1010000 | 10100 | 110101 | 1000011 | 110000 |
Color Harmonies of #CCB828
Complementary color
Monochromatic Colors of #CCB828
Black with #CCB828
Text Example
Text Example
White with #CCB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB828; }
p { color: rgb(204,184,40); }
H1.HeaderClassName
{
color: #CCB828;
}
.AnyTagClassName
{
color: #CCB828;
}
</style>
background-color css
<style>
a { background-color: #CCB828; }
a { background-color: rgb(204,184,40); }
div.DivClassName
{
background-color: #CCB828;
}
.BgClassName
{
background-color: #CCB828;
}
</style>
border-color css
<style>
span { border-color: #CCB828; }
span { border-color: rgb(204,184,40); }
td.TdClassName
{
border-color: #CCB828;
}
.TagClassName
{
border-color: #CCB828;
}
</style>