Shades of Barberry #CAC11F
Tints of Barberry #CAC11F
RGB
CMYK
RGB Variations
Color information
#CAC11F (or 0xCAC11F) is known color: Barberry. HEX triplet: CA, C1 and 1F. RGB value is (202,193,31). Sum of RGB (Red+Green+Blue) = 202+193+31=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC11F is #353EE0. Grayscale: #B1B1B1. Windows color (decimal): -3489505 or 2081226. OLE color: 2081226.
HSL color Cylindrical-coordinate representation of color #CAC11F: hue angle of 56.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAC11F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.21 |
| HSL | 56.84º | 0.73% | 0.46% | - |
| HSV(B) | 56.84º | 0.85% | 0.79% | - |
| XYZ | 43.67 | 50.8 | 8.8 | - |
| YUV | 177.22 | 45.48 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 31 | 0 | 0.04 | 0.85 | 0.21 | 56.84 | 0.73 | 0.46 |
| Hex | CA | C1 | 1F | 0 | 4 | 55 | 15 | 39 | 49 | 2E |
| Octal | 312 | 301 | 37 | 0 | 4 | 125 | 25 | 71 | 111 | 56 |
| Binary | 11001010 | 11000001 | 11111 | 0 | 100 | 1010101 | 10101 | 111001 | 1001001 | 101110 |
Color Harmonies of #CAC11F
Complementary color
Monochromatic Colors of #CAC11F
Black with #CAC11F
Text Example
Text Example
White with #CAC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC11F; }
p { color: rgb(202,193,31); }
H1.HeaderClassName
{
color: #CAC11F;
}
.AnyTagClassName
{
color: #CAC11F;
}
</style>
background-color css
<style>
a { background-color: #CAC11F; }
a { background-color: rgb(202,193,31); }
div.DivClassName
{
background-color: #CAC11F;
}
.BgClassName
{
background-color: #CAC11F;
}
</style>
border-color css
<style>
span { border-color: #CAC11F; }
span { border-color: rgb(202,193,31); }
td.TdClassName
{
border-color: #CAC11F;
}
.TagClassName
{
border-color: #CAC11F;
}
</style>