Shades of Barberry #CCCB25
Tints of Barberry #CCCB25
RGB
CMYK
RGB Variations
Color information
#CCCB25 (or 0xCCCB25) is known color: Barberry. HEX triplet: CC, CB and 25. RGB value is (204,203,37). Sum of RGB (Red+Green+Blue) = 204+203+37=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB25 is #3334DA. Grayscale: #B9B9B9. Windows color (decimal): -3355867 or 2477004. OLE color: 2477004.
HSL color Cylindrical-coordinate representation of color #CCCB25: hue angle of 59.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCCB25 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 37 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.2 |
| HSL | 59.64º | 0.69% | 0.47% | - |
| HSV(B) | 59.64º | 0.82% | 0.8% | - |
| XYZ | 46.59 | 55.68 | 10.04 | - |
| YUV | 184.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 37 | 0 | 0.00 | 0.82 | 0.2 | 59.64 | 0.69 | 0.47 |
| Hex | CC | CB | 25 | 0 | 0 | 52 | 14 | 3C | 45 | 2F |
| Octal | 314 | 313 | 45 | 0 | 0 | 122 | 24 | 74 | 105 | 57 |
| Binary | 11001100 | 11001011 | 100101 | 0 | 0 | 1010010 | 10100 | 111100 | 1000101 | 101111 |
Color Harmonies of #CCCB25
Complementary color
Monochromatic Colors of #CCCB25
Black with #CCCB25
Text Example
Text Example
White with #CCCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB25; }
p { color: rgb(204,203,37); }
H1.HeaderClassName
{
color: #CCCB25;
}
.AnyTagClassName
{
color: #CCCB25;
}
</style>
background-color css
<style>
a { background-color: #CCCB25; }
a { background-color: rgb(204,203,37); }
div.DivClassName
{
background-color: #CCCB25;
}
.BgClassName
{
background-color: #CCCB25;
}
</style>
border-color css
<style>
span { border-color: #CCCB25; }
span { border-color: rgb(204,203,37); }
td.TdClassName
{
border-color: #CCCB25;
}
.TagClassName
{
border-color: #CCCB25;
}
</style>