Shades of Barberry #CAC72D
Tints of Barberry #CAC72D
RGB
CMYK
RGB Variations
Color information
#CAC72D (or 0xCAC72D) is known color: Barberry. HEX triplet: CA, C7 and 2D. RGB value is (202,199,45). Sum of RGB (Red+Green+Blue) = 202+199+45=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC72D is #3538D2. Grayscale: #B6B6B6. Windows color (decimal): -3487955 or 3000266. OLE color: 3000266.
HSL color Cylindrical-coordinate representation of color #CAC72D: hue angle of 58.85º 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 #CAC72D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 45 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.21 |
| HSL | 58.85º | 0.64% | 0.48% | - |
| HSV(B) | 58.85º | 0.78% | 0.79% | - |
| XYZ | 45.25 | 53.59 | 10.44 | - |
| YUV | 182.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 45 | 0 | 0.01 | 0.78 | 0.21 | 58.85 | 0.64 | 0.48 |
| Hex | CA | C7 | 2D | 0 | 1 | 4E | 15 | 3B | 40 | 30 |
| Octal | 312 | 307 | 55 | 0 | 1 | 116 | 25 | 73 | 100 | 60 |
| Binary | 11001010 | 11000111 | 101101 | 0 | 1 | 1001110 | 10101 | 111011 | 1000000 | 110000 |
Color Harmonies of #CAC72D
Complementary color
Monochromatic Colors of #CAC72D
Black with #CAC72D
Text Example
Text Example
White with #CAC72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC72D; }
p { color: rgb(202,199,45); }
H1.HeaderClassName
{
color: #CAC72D;
}
.AnyTagClassName
{
color: #CAC72D;
}
</style>
background-color css
<style>
a { background-color: #CAC72D; }
a { background-color: rgb(202,199,45); }
div.DivClassName
{
background-color: #CAC72D;
}
.BgClassName
{
background-color: #CAC72D;
}
</style>
border-color css
<style>
span { border-color: #CAC72D; }
span { border-color: rgb(202,199,45); }
td.TdClassName
{
border-color: #CAC72D;
}
.TagClassName
{
border-color: #CAC72D;
}
</style>