Shades of Barberry #CAC82D
Tints of Barberry #CAC82D
RGB
CMYK
RGB Variations
Color information
#CAC82D (or 0xCAC82D) is known color: Barberry. HEX triplet: CA, C8 and 2D. RGB value is (202,200,45). Sum of RGB (Red+Green+Blue) = 202+200+45=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC82D is #3537D2. Grayscale: #B7B7B7. Windows color (decimal): -3487699 or 3000522. OLE color: 3000522.
HSL color Cylindrical-coordinate representation of color #CAC82D: hue angle of 59.24º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAC82D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 45 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.21 |
| HSL | 59.24º | 0.64% | 0.48% | - |
| HSV(B) | 59.24º | 0.78% | 0.79% | - |
| XYZ | 45.49 | 54.05 | 10.52 | - |
| YUV | 182.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 45 | 0 | 0.01 | 0.78 | 0.21 | 59.24 | 0.64 | 0.48 |
| Hex | CA | C8 | 2D | 0 | 1 | 4E | 15 | 3B | 40 | 30 |
| Octal | 312 | 310 | 55 | 0 | 1 | 116 | 25 | 73 | 100 | 60 |
| Binary | 11001010 | 11001000 | 101101 | 0 | 1 | 1001110 | 10101 | 111011 | 1000000 | 110000 |
Color Harmonies of #CAC82D
Complementary color
Monochromatic Colors of #CAC82D
Black with #CAC82D
Text Example
Text Example
White with #CAC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC82D; }
p { color: rgb(202,200,45); }
H1.HeaderClassName
{
color: #CAC82D;
}
.AnyTagClassName
{
color: #CAC82D;
}
</style>
background-color css
<style>
a { background-color: #CAC82D; }
a { background-color: rgb(202,200,45); }
div.DivClassName
{
background-color: #CAC82D;
}
.BgClassName
{
background-color: #CAC82D;
}
</style>
border-color css
<style>
span { border-color: #CAC82D; }
span { border-color: rgb(202,200,45); }
td.TdClassName
{
border-color: #CAC82D;
}
.TagClassName
{
border-color: #CAC82D;
}
</style>