Shades of Barberry #CAC02D
Tints of Barberry #CAC02D
RGB
CMYK
RGB Variations
Color information
#CAC02D (or 0xCAC02D) is known color: Barberry. HEX triplet: CA, C0 and 2D. RGB value is (202,192,45). Sum of RGB (Red+Green+Blue) = 202+192+45=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC02D is #353FD2. Grayscale: #B2B2B2. Windows color (decimal): -3489747 or 2998474. OLE color: 2998474.
HSL color Cylindrical-coordinate representation of color #CAC02D: hue angle of 56.18º 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 #CAC02D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 45 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.21 |
| HSL | 56.18º | 0.64% | 0.48% | - |
| HSV(B) | 56.18º | 0.78% | 0.79% | - |
| XYZ | 43.68 | 50.45 | 9.92 | - |
| YUV | 178.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 45 | 0 | 0.05 | 0.78 | 0.21 | 56.18 | 0.64 | 0.48 |
| Hex | CA | C0 | 2D | 0 | 5 | 4E | 15 | 38 | 40 | 30 |
| Octal | 312 | 300 | 55 | 0 | 5 | 116 | 25 | 70 | 100 | 60 |
| Binary | 11001010 | 11000000 | 101101 | 0 | 101 | 1001110 | 10101 | 111000 | 1000000 | 110000 |
Color Harmonies of #CAC02D
Complementary color
Monochromatic Colors of #CAC02D
Black with #CAC02D
Text Example
Text Example
White with #CAC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC02D; }
p { color: rgb(202,192,45); }
H1.HeaderClassName
{
color: #CAC02D;
}
.AnyTagClassName
{
color: #CAC02D;
}
</style>
background-color css
<style>
a { background-color: #CAC02D; }
a { background-color: rgb(202,192,45); }
div.DivClassName
{
background-color: #CAC02D;
}
.BgClassName
{
background-color: #CAC02D;
}
</style>
border-color css
<style>
span { border-color: #CAC02D; }
span { border-color: rgb(202,192,45); }
td.TdClassName
{
border-color: #CAC02D;
}
.TagClassName
{
border-color: #CAC02D;
}
</style>