Shades of Barberry #CCBC29
Tints of Barberry #CCBC29
RGB
CMYK
RGB Variations
Color information
#CCBC29 (or 0xCCBC29) is known color: Barberry. HEX triplet: CC, BC and 29. RGB value is (204,188,41). Sum of RGB (Red+Green+Blue) = 204+188+41=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC29 is #3343D6. Grayscale: #B0B0B0. Windows color (decimal): -3359703 or 2735308. OLE color: 2735308.
HSL color Cylindrical-coordinate representation of color #CCBC29: hue angle of 54.11º 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 #CCBC29 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 41 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.2 |
| HSL | 54.11º | 0.67% | 0.48% | - |
| HSV(B) | 54.11º | 0.8% | 0.8% | - |
| XYZ | 43.29 | 48.96 | 9.27 | - |
| YUV | 176.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 41 | 0 | 0.08 | 0.80 | 0.2 | 54.11 | 0.67 | 0.48 |
| Hex | CC | BC | 29 | 0 | 8 | 50 | 14 | 36 | 43 | 30 |
| Octal | 314 | 274 | 51 | 0 | 10 | 120 | 24 | 66 | 103 | 60 |
| Binary | 11001100 | 10111100 | 101001 | 0 | 1000 | 1010000 | 10100 | 110110 | 1000011 | 110000 |
Color Harmonies of #CCBC29
Complementary color
Monochromatic Colors of #CCBC29
Black with #CCBC29
Text Example
Text Example
White with #CCBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC29; }
p { color: rgb(204,188,41); }
H1.HeaderClassName
{
color: #CCBC29;
}
.AnyTagClassName
{
color: #CCBC29;
}
</style>
background-color css
<style>
a { background-color: #CCBC29; }
a { background-color: rgb(204,188,41); }
div.DivClassName
{
background-color: #CCBC29;
}
.BgClassName
{
background-color: #CCBC29;
}
</style>
border-color css
<style>
span { border-color: #CCBC29; }
span { border-color: rgb(204,188,41); }
td.TdClassName
{
border-color: #CCBC29;
}
.TagClassName
{
border-color: #CCBC29;
}
</style>