Shades of Barberry #CADA12
Tints of Barberry #CADA12
RGB
CMYK
RGB Variations
Color information
#CADA12 (or 0xCADA12) is known color: Barberry. HEX triplet: CA, DA and 12. RGB value is (202,218,18). Sum of RGB (Red+Green+Blue) = 202+218+18=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA12 is #3525ED. Grayscale: #BFBFBF. Windows color (decimal): -3483118 or 1235658. OLE color: 1235658.
HSL color Cylindrical-coordinate representation of color #CADA12: hue angle of 64.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CADA12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.15 |
| HSL | 64.8º | 0.85% | 0.46% | - |
| HSV(B) | 64.8º | 0.92% | 0.85% | - |
| XYZ | 49.54 | 62.74 | 10.07 | - |
| YUV | 190.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 18 | 0.07 | 0 | 0.92 | 0.15 | 64.8 | 0.85 | 0.46 |
| Hex | CA | DA | 12 | 7 | 0 | 5C | F | 41 | 55 | 2E |
| Octal | 312 | 332 | 22 | 7 | 0 | 134 | 17 | 101 | 125 | 56 |
| Binary | 11001010 | 11011010 | 10010 | 111 | 0 | 1011100 | 1111 | 1000001 | 1010101 | 101110 |
Color Harmonies of #CADA12
Complementary color
Monochromatic Colors of #CADA12
Black with #CADA12
Text Example
Text Example
White with #CADA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA12; }
p { color: rgb(202,218,18); }
H1.HeaderClassName
{
color: #CADA12;
}
.AnyTagClassName
{
color: #CADA12;
}
</style>
background-color css
<style>
a { background-color: #CADA12; }
a { background-color: rgb(202,218,18); }
div.DivClassName
{
background-color: #CADA12;
}
.BgClassName
{
background-color: #CADA12;
}
</style>
border-color css
<style>
span { border-color: #CADA12; }
span { border-color: rgb(202,218,18); }
td.TdClassName
{
border-color: #CADA12;
}
.TagClassName
{
border-color: #CADA12;
}
</style>