Shades of Barberry #CAC024
Tints of Barberry #CAC024
RGB
CMYK
RGB Variations
Color information
#CAC024 (or 0xCAC024) is known color: Barberry. HEX triplet: CA, C0 and 24. RGB value is (202,192,36). Sum of RGB (Red+Green+Blue) = 202+192+36=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC024 is #353FDB. Grayscale: #B1B1B1. Windows color (decimal): -3489756 or 2408650. OLE color: 2408650.
HSL color Cylindrical-coordinate representation of color #CAC024: hue angle of 56.39º 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 #CAC024 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 36 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.21 |
| HSL | 56.39º | 0.7% | 0.47% | - |
| HSV(B) | 56.39º | 0.82% | 0.79% | - |
| XYZ | 43.53 | 50.38 | 9.1 | - |
| YUV | 177.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 36 | 0 | 0.05 | 0.82 | 0.21 | 56.39 | 0.7 | 0.47 |
| Hex | CA | C0 | 24 | 0 | 5 | 52 | 15 | 38 | 46 | 2F |
| Octal | 312 | 300 | 44 | 0 | 5 | 122 | 25 | 70 | 106 | 57 |
| Binary | 11001010 | 11000000 | 100100 | 0 | 101 | 1010010 | 10101 | 111000 | 1000110 | 101111 |
Color Harmonies of #CAC024
Complementary color
Monochromatic Colors of #CAC024
Black with #CAC024
Text Example
Text Example
White with #CAC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC024; }
p { color: rgb(202,192,36); }
H1.HeaderClassName
{
color: #CAC024;
}
.AnyTagClassName
{
color: #CAC024;
}
</style>
background-color css
<style>
a { background-color: #CAC024; }
a { background-color: rgb(202,192,36); }
div.DivClassName
{
background-color: #CAC024;
}
.BgClassName
{
background-color: #CAC024;
}
</style>
border-color css
<style>
span { border-color: #CAC024; }
span { border-color: rgb(202,192,36); }
td.TdClassName
{
border-color: #CAC024;
}
.TagClassName
{
border-color: #CAC024;
}
</style>