Shades of Barberry #CCB826
Tints of Barberry #CCB826
RGB
CMYK
RGB Variations
Color information
#CCB826 (or 0xCCB826) is known color: Barberry. HEX triplet: CC, B8 and 26. RGB value is (204,184,38). Sum of RGB (Red+Green+Blue) = 204+184+38=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB826 is #3347D9. Grayscale: #ADADAD. Windows color (decimal): -3360730 or 2537676. OLE color: 2537676.
HSL color Cylindrical-coordinate representation of color #CCB826: hue angle of 52.77º 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 #CCB826 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 38 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.2 |
| HSL | 52.77º | 0.69% | 0.47% | - |
| HSV(B) | 52.77º | 0.81% | 0.8% | - |
| XYZ | 42.39 | 47.26 | 8.72 | - |
| YUV | 173.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 38 | 0 | 0.10 | 0.81 | 0.2 | 52.77 | 0.69 | 0.47 |
| Hex | CC | B8 | 26 | 0 | A | 51 | 14 | 35 | 45 | 2F |
| Octal | 314 | 270 | 46 | 0 | 12 | 121 | 24 | 65 | 105 | 57 |
| Binary | 11001100 | 10111000 | 100110 | 0 | 1010 | 1010001 | 10100 | 110101 | 1000101 | 101111 |
Color Harmonies of #CCB826
Complementary color
Monochromatic Colors of #CCB826
Black with #CCB826
Text Example
Text Example
White with #CCB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB826; }
p { color: rgb(204,184,38); }
H1.HeaderClassName
{
color: #CCB826;
}
.AnyTagClassName
{
color: #CCB826;
}
</style>
background-color css
<style>
a { background-color: #CCB826; }
a { background-color: rgb(204,184,38); }
div.DivClassName
{
background-color: #CCB826;
}
.BgClassName
{
background-color: #CCB826;
}
</style>
border-color css
<style>
span { border-color: #CCB826; }
span { border-color: rgb(204,184,38); }
td.TdClassName
{
border-color: #CCB826;
}
.TagClassName
{
border-color: #CCB826;
}
</style>