Shades of Barberry #CAC924
Tints of Barberry #CAC924
RGB
CMYK
RGB Variations
Color information
#CAC924 (or 0xCAC924) is known color: Barberry. HEX triplet: CA, C9 and 24. RGB value is (202,201,36). Sum of RGB (Red+Green+Blue) = 202+201+36=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC924 is #3536DB. Grayscale: #B7B7B7. Windows color (decimal): -3487452 or 2410954. OLE color: 2410954.
HSL color Cylindrical-coordinate representation of color #CAC924: hue angle of 59.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAC924 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 36 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.21 |
| HSL | 59.64º | 0.7% | 0.47% | - |
| HSV(B) | 59.64º | 0.82% | 0.79% | - |
| XYZ | 45.56 | 54.46 | 9.78 | - |
| YUV | 182.49 | 45.33 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 36 | 0 | 0.00 | 0.82 | 0.21 | 59.64 | 0.7 | 0.47 |
| Hex | CA | C9 | 24 | 0 | 0 | 52 | 15 | 3C | 46 | 2F |
| Octal | 312 | 311 | 44 | 0 | 0 | 122 | 25 | 74 | 106 | 57 |
| Binary | 11001010 | 11001001 | 100100 | 0 | 0 | 1010010 | 10101 | 111100 | 1000110 | 101111 |
Color Harmonies of #CAC924
Complementary color
Monochromatic Colors of #CAC924
Black with #CAC924
Text Example
Text Example
White with #CAC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC924; }
p { color: rgb(202,201,36); }
H1.HeaderClassName
{
color: #CAC924;
}
.AnyTagClassName
{
color: #CAC924;
}
</style>
background-color css
<style>
a { background-color: #CAC924; }
a { background-color: rgb(202,201,36); }
div.DivClassName
{
background-color: #CAC924;
}
.BgClassName
{
background-color: #CAC924;
}
</style>
border-color css
<style>
span { border-color: #CAC924; }
span { border-color: rgb(202,201,36); }
td.TdClassName
{
border-color: #CAC924;
}
.TagClassName
{
border-color: #CAC924;
}
</style>