Shades of Barberry #CADA11
Tints of Barberry #CADA11
RGB
CMYK
RGB Variations
Color information
#CADA11 (or 0xCADA11) is known color: Barberry. HEX triplet: CA, DA and 11. RGB value is (202,218,17). Sum of RGB (Red+Green+Blue) = 202+218+17=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA11 is #3525EE. Grayscale: #BFBFBF. Windows color (decimal): -3483119 or 1170122. OLE color: 1170122.
HSL color Cylindrical-coordinate representation of color #CADA11: hue angle of 64.78º degrees, saturation: 0.86, 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 #CADA11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.15 |
| HSL | 64.78º | 0.86% | 0.46% | - |
| HSV(B) | 64.78º | 0.92% | 0.85% | - |
| XYZ | 49.53 | 62.74 | 10.03 | - |
| YUV | 190.3 | 30.2 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 17 | 0.07 | 0 | 0.92 | 0.15 | 64.78 | 0.86 | 0.46 |
| Hex | CA | DA | 11 | 7 | 0 | 5C | F | 41 | 56 | 2E |
| Octal | 312 | 332 | 21 | 7 | 0 | 134 | 17 | 101 | 126 | 56 |
| Binary | 11001010 | 11011010 | 10001 | 111 | 0 | 1011100 | 1111 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CADA11
Complementary color
Monochromatic Colors of #CADA11
Black with #CADA11
Text Example
Text Example
White with #CADA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA11; }
p { color: rgb(202,218,17); }
H1.HeaderClassName
{
color: #CADA11;
}
.AnyTagClassName
{
color: #CADA11;
}
</style>
background-color css
<style>
a { background-color: #CADA11; }
a { background-color: rgb(202,218,17); }
div.DivClassName
{
background-color: #CADA11;
}
.BgClassName
{
background-color: #CADA11;
}
</style>
border-color css
<style>
span { border-color: #CADA11; }
span { border-color: rgb(202,218,17); }
td.TdClassName
{
border-color: #CADA11;
}
.TagClassName
{
border-color: #CADA11;
}
</style>