Shades of Barberry #CCCF28
Tints of Barberry #CCCF28
RGB
CMYK
RGB Variations
Color information
#CCCF28 (or 0xCCCF28) is known color: Barberry. HEX triplet: CC, CF and 28. RGB value is (204,207,40). Sum of RGB (Red+Green+Blue) = 204+207+40=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF28 is #3330D7. Grayscale: #BBBBBB. Windows color (decimal): -3354840 or 2674636. OLE color: 2674636.
HSL color Cylindrical-coordinate representation of color #CCCF28: hue angle of 61.08º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCCF28 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 40 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.19 |
| HSL | 61.08º | 0.68% | 0.48% | - |
| HSV(B) | 61.08º | 0.81% | 0.81% | - |
| XYZ | 47.6 | 57.62 | 10.62 | - |
| YUV | 187.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 40 | 0.01 | 0 | 0.81 | 0.19 | 61.08 | 0.68 | 0.48 |
| Hex | CC | CF | 28 | 1 | 0 | 51 | 13 | 3D | 44 | 30 |
| Octal | 314 | 317 | 50 | 1 | 0 | 121 | 23 | 75 | 104 | 60 |
| Binary | 11001100 | 11001111 | 101000 | 1 | 0 | 1010001 | 10011 | 111101 | 1000100 | 110000 |
Color Harmonies of #CCCF28
Complementary color
Monochromatic Colors of #CCCF28
Black with #CCCF28
Text Example
Text Example
White with #CCCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF28; }
p { color: rgb(204,207,40); }
H1.HeaderClassName
{
color: #CCCF28;
}
.AnyTagClassName
{
color: #CCCF28;
}
</style>
background-color css
<style>
a { background-color: #CCCF28; }
a { background-color: rgb(204,207,40); }
div.DivClassName
{
background-color: #CCCF28;
}
.BgClassName
{
background-color: #CCCF28;
}
</style>
border-color css
<style>
span { border-color: #CCCF28; }
span { border-color: rgb(204,207,40); }
td.TdClassName
{
border-color: #CCCF28;
}
.TagClassName
{
border-color: #CCCF28;
}
</style>