Shades of Barberry #CAC81F
Tints of Barberry #CAC81F
RGB
CMYK
RGB Variations
Color information
#CAC81F (or 0xCAC81F) is known color: Barberry. HEX triplet: CA, C8 and 1F. RGB value is (202,200,31). Sum of RGB (Red+Green+Blue) = 202+200+31=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC81F is #3537E0. Grayscale: #B6B6B6. Windows color (decimal): -3487713 or 2083018. OLE color: 2083018.
HSL color Cylindrical-coordinate representation of color #CAC81F: hue angle of 59.3º 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 #CAC81F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.21 |
| HSL | 59.3º | 0.73% | 0.46% | - |
| HSV(B) | 59.3º | 0.85% | 0.79% | - |
| XYZ | 45.26 | 53.96 | 9.33 | - |
| YUV | 181.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 31 | 0 | 0.01 | 0.85 | 0.21 | 59.3 | 0.73 | 0.46 |
| Hex | CA | C8 | 1F | 0 | 1 | 55 | 15 | 3B | 49 | 2E |
| Octal | 312 | 310 | 37 | 0 | 1 | 125 | 25 | 73 | 111 | 56 |
| Binary | 11001010 | 11001000 | 11111 | 0 | 1 | 1010101 | 10101 | 111011 | 1001001 | 101110 |
Color Harmonies of #CAC81F
Complementary color
Monochromatic Colors of #CAC81F
Black with #CAC81F
Text Example
Text Example
White with #CAC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC81F; }
p { color: rgb(202,200,31); }
H1.HeaderClassName
{
color: #CAC81F;
}
.AnyTagClassName
{
color: #CAC81F;
}
</style>
background-color css
<style>
a { background-color: #CAC81F; }
a { background-color: rgb(202,200,31); }
div.DivClassName
{
background-color: #CAC81F;
}
.BgClassName
{
background-color: #CAC81F;
}
</style>
border-color css
<style>
span { border-color: #CAC81F; }
span { border-color: rgb(202,200,31); }
td.TdClassName
{
border-color: #CAC81F;
}
.TagClassName
{
border-color: #CAC81F;
}
</style>