Shades of Barberry #CCB726
Tints of Barberry #CCB726
RGB
CMYK
RGB Variations
Color information
#CCB726 (or 0xCCB726) is known color: Barberry. HEX triplet: CC, B7 and 26. RGB value is (204,183,38). Sum of RGB (Red+Green+Blue) = 204+183+38=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB726 is #3348D9. Grayscale: #ADADAD. Windows color (decimal): -3360986 or 2537420. OLE color: 2537420.
HSL color Cylindrical-coordinate representation of color #CCB726: hue angle of 52.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCB726 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 38 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.2 |
| HSL | 52.41º | 0.69% | 0.47% | - |
| HSV(B) | 52.41º | 0.81% | 0.8% | - |
| XYZ | 42.19 | 46.84 | 8.65 | - |
| YUV | 172.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 38 | 0 | 0.10 | 0.81 | 0.2 | 52.41 | 0.69 | 0.47 |
| Hex | CC | B7 | 26 | 0 | A | 51 | 14 | 34 | 45 | 2F |
| Octal | 314 | 267 | 46 | 0 | 12 | 121 | 24 | 64 | 105 | 57 |
| Binary | 11001100 | 10110111 | 100110 | 0 | 1010 | 1010001 | 10100 | 110100 | 1000101 | 101111 |
Color Harmonies of #CCB726
Complementary color
Monochromatic Colors of #CCB726
Black with #CCB726
Text Example
Text Example
White with #CCB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB726; }
p { color: rgb(204,183,38); }
H1.HeaderClassName
{
color: #CCB726;
}
.AnyTagClassName
{
color: #CCB726;
}
</style>
background-color css
<style>
a { background-color: #CCB726; }
a { background-color: rgb(204,183,38); }
div.DivClassName
{
background-color: #CCB726;
}
.BgClassName
{
background-color: #CCB726;
}
</style>
border-color css
<style>
span { border-color: #CCB726; }
span { border-color: rgb(204,183,38); }
td.TdClassName
{
border-color: #CCB726;
}
.TagClassName
{
border-color: #CCB726;
}
</style>