Shades of Barberry #CAC31D
Tints of Barberry #CAC31D
RGB
CMYK
RGB Variations
Color information
#CAC31D (or 0xCAC31D) is known color: Barberry. HEX triplet: CA, C3 and 1D. RGB value is (202,195,29). Sum of RGB (Red+Green+Blue) = 202+195+29=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC31D is #353CE2. Grayscale: #B2B2B2. Windows color (decimal): -3488995 or 1950666. OLE color: 1950666.
HSL color Cylindrical-coordinate representation of color #CAC31D: hue angle of 57.57º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAC31D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 29 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.21 |
| HSL | 57.57º | 0.75% | 0.45% | - |
| HSV(B) | 57.57º | 0.86% | 0.79% | - |
| XYZ | 44.09 | 51.68 | 8.81 | - |
| YUV | 178.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 29 | 0 | 0.03 | 0.86 | 0.21 | 57.57 | 0.75 | 0.45 |
| Hex | CA | C3 | 1D | 0 | 3 | 56 | 15 | 3A | 4B | 2D |
| Octal | 312 | 303 | 35 | 0 | 3 | 126 | 25 | 72 | 113 | 55 |
| Binary | 11001010 | 11000011 | 11101 | 0 | 11 | 1010110 | 10101 | 111010 | 1001011 | 101101 |
Color Harmonies of #CAC31D
Complementary color
Monochromatic Colors of #CAC31D
Black with #CAC31D
Text Example
Text Example
White with #CAC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC31D; }
p { color: rgb(202,195,29); }
H1.HeaderClassName
{
color: #CAC31D;
}
.AnyTagClassName
{
color: #CAC31D;
}
</style>
background-color css
<style>
a { background-color: #CAC31D; }
a { background-color: rgb(202,195,29); }
div.DivClassName
{
background-color: #CAC31D;
}
.BgClassName
{
background-color: #CAC31D;
}
</style>
border-color css
<style>
span { border-color: #CAC31D; }
span { border-color: rgb(202,195,29); }
td.TdClassName
{
border-color: #CAC31D;
}
.TagClassName
{
border-color: #CAC31D;
}
</style>