Shades of Barberry #CCCB29
Tints of Barberry #CCCB29
RGB
CMYK
RGB Variations
Color information
#CCCB29 (or 0xCCCB29) is known color: Barberry. HEX triplet: CC, CB and 29. RGB value is (204,203,41). Sum of RGB (Red+Green+Blue) = 204+203+41=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB29 is #3334D6. Grayscale: #B9B9B9. Windows color (decimal): -3355863 or 2739148. OLE color: 2739148.
HSL color Cylindrical-coordinate representation of color #CCCB29: hue angle of 59.63º 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 #CCCB29 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 41 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.2 |
| HSL | 59.63º | 0.67% | 0.48% | - |
| HSV(B) | 59.63º | 0.8% | 0.8% | - |
| XYZ | 46.66 | 55.71 | 10.39 | - |
| YUV | 184.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 41 | 0 | 0.00 | 0.80 | 0.2 | 59.63 | 0.67 | 0.48 |
| Hex | CC | CB | 29 | 0 | 0 | 50 | 14 | 3C | 43 | 30 |
| Octal | 314 | 313 | 51 | 0 | 0 | 120 | 24 | 74 | 103 | 60 |
| Binary | 11001100 | 11001011 | 101001 | 0 | 0 | 1010000 | 10100 | 111100 | 1000011 | 110000 |
Color Harmonies of #CCCB29
Complementary color
Monochromatic Colors of #CCCB29
Black with #CCCB29
Text Example
Text Example
White with #CCCB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB29; }
p { color: rgb(204,203,41); }
H1.HeaderClassName
{
color: #CCCB29;
}
.AnyTagClassName
{
color: #CCCB29;
}
</style>
background-color css
<style>
a { background-color: #CCCB29; }
a { background-color: rgb(204,203,41); }
div.DivClassName
{
background-color: #CCCB29;
}
.BgClassName
{
background-color: #CCCB29;
}
</style>
border-color css
<style>
span { border-color: #CCCB29; }
span { border-color: rgb(204,203,41); }
td.TdClassName
{
border-color: #CCCB29;
}
.TagClassName
{
border-color: #CCCB29;
}
</style>