Shades of Barberry #CCCB23
Tints of Barberry #CCCB23
RGB
CMYK
RGB Variations
Color information
#CCCB23 (or 0xCCCB23) is known color: Barberry. HEX triplet: CC, CB and 23. RGB value is (204,203,35). Sum of RGB (Red+Green+Blue) = 204+203+35=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 35 (14.06% from 255 or 7.92% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB23 is #3334DC. Grayscale: #B8B8B8. Windows color (decimal): -3355869 or 2345932. OLE color: 2345932.
HSL color Cylindrical-coordinate representation of color #CCCB23: hue angle of 59.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCCB23 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 35 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.2 |
| HSL | 59.64º | 0.71% | 0.47% | - |
| HSV(B) | 59.64º | 0.83% | 0.8% | - |
| XYZ | 46.56 | 55.67 | 9.88 | - |
| YUV | 184.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 35 | 0 | 0.00 | 0.83 | 0.2 | 59.64 | 0.71 | 0.47 |
| Hex | CC | CB | 23 | 0 | 0 | 53 | 14 | 3C | 47 | 2F |
| Octal | 314 | 313 | 43 | 0 | 0 | 123 | 24 | 74 | 107 | 57 |
| Binary | 11001100 | 11001011 | 100011 | 0 | 0 | 1010011 | 10100 | 111100 | 1000111 | 101111 |
Color Harmonies of #CCCB23
Complementary color
Monochromatic Colors of #CCCB23
Black with #CCCB23
Text Example
Text Example
White with #CCCB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB23; }
p { color: rgb(204,203,35); }
H1.HeaderClassName
{
color: #CCCB23;
}
.AnyTagClassName
{
color: #CCCB23;
}
</style>
background-color css
<style>
a { background-color: #CCCB23; }
a { background-color: rgb(204,203,35); }
div.DivClassName
{
background-color: #CCCB23;
}
.BgClassName
{
background-color: #CCCB23;
}
</style>
border-color css
<style>
span { border-color: #CCCB23; }
span { border-color: rgb(204,203,35); }
td.TdClassName
{
border-color: #CCCB23;
}
.TagClassName
{
border-color: #CCCB23;
}
</style>