Shades of Barberry #CCBD28
Tints of Barberry #CCBD28
RGB
CMYK
RGB Variations
Color information
#CCBD28 (or 0xCCBD28) is known color: Barberry. HEX triplet: CC, BD and 28. RGB value is (204,189,40). Sum of RGB (Red+Green+Blue) = 204+189+40=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD28 is #3342D7. Grayscale: #B1B1B1. Windows color (decimal): -3359448 or 2670028. OLE color: 2670028.
HSL color Cylindrical-coordinate representation of color #CCBD28: hue angle of 54.51º 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 #CCBD28 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 40 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.2 |
| HSL | 54.51º | 0.67% | 0.48% | - |
| HSV(B) | 54.51º | 0.8% | 0.8% | - |
| XYZ | 43.48 | 49.39 | 9.25 | - |
| YUV | 176.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 40 | 0 | 0.07 | 0.80 | 0.2 | 54.51 | 0.67 | 0.48 |
| Hex | CC | BD | 28 | 0 | 7 | 50 | 14 | 37 | 43 | 30 |
| Octal | 314 | 275 | 50 | 0 | 7 | 120 | 24 | 67 | 103 | 60 |
| Binary | 11001100 | 10111101 | 101000 | 0 | 111 | 1010000 | 10100 | 110111 | 1000011 | 110000 |
Color Harmonies of #CCBD28
Complementary color
Monochromatic Colors of #CCBD28
Black with #CCBD28
Text Example
Text Example
White with #CCBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD28; }
p { color: rgb(204,189,40); }
H1.HeaderClassName
{
color: #CCBD28;
}
.AnyTagClassName
{
color: #CCBD28;
}
</style>
background-color css
<style>
a { background-color: #CCBD28; }
a { background-color: rgb(204,189,40); }
div.DivClassName
{
background-color: #CCBD28;
}
.BgClassName
{
background-color: #CCBD28;
}
</style>
border-color css
<style>
span { border-color: #CCBD28; }
span { border-color: rgb(204,189,40); }
td.TdClassName
{
border-color: #CCBD28;
}
.TagClassName
{
border-color: #CCBD28;
}
</style>