Shades of Barberry #CCB924
Tints of Barberry #CCB924
RGB
CMYK
RGB Variations
Color information
#CCB924 (or 0xCCB924) is known color: Barberry. HEX triplet: CC, B9 and 24. RGB value is (204,185,36). Sum of RGB (Red+Green+Blue) = 204+185+36=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB924 is #3346DB. Grayscale: #AEAEAE. Windows color (decimal): -3360476 or 2406860. OLE color: 2406860.
HSL color Cylindrical-coordinate representation of color #CCB924: hue angle of 53.21º degrees, saturation: 0.7, 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 #CCB924 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 36 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.2 |
| HSL | 53.21º | 0.7% | 0.47% | - |
| HSV(B) | 53.21º | 0.82% | 0.8% | - |
| XYZ | 42.57 | 47.66 | 8.63 | - |
| YUV | 173.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 36 | 0 | 0.09 | 0.82 | 0.2 | 53.21 | 0.7 | 0.47 |
| Hex | CC | B9 | 24 | 0 | 9 | 52 | 14 | 35 | 46 | 2F |
| Octal | 314 | 271 | 44 | 0 | 11 | 122 | 24 | 65 | 106 | 57 |
| Binary | 11001100 | 10111001 | 100100 | 0 | 1001 | 1010010 | 10100 | 110101 | 1000110 | 101111 |
Color Harmonies of #CCB924
Complementary color
Monochromatic Colors of #CCB924
Black with #CCB924
Text Example
Text Example
White with #CCB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB924; }
p { color: rgb(204,185,36); }
H1.HeaderClassName
{
color: #CCB924;
}
.AnyTagClassName
{
color: #CCB924;
}
</style>
background-color css
<style>
a { background-color: #CCB924; }
a { background-color: rgb(204,185,36); }
div.DivClassName
{
background-color: #CCB924;
}
.BgClassName
{
background-color: #CCB924;
}
</style>
border-color css
<style>
span { border-color: #CCB924; }
span { border-color: rgb(204,185,36); }
td.TdClassName
{
border-color: #CCB924;
}
.TagClassName
{
border-color: #CCB924;
}
</style>