Shades of Barberry #CADA10
Tints of Barberry #CADA10
RGB
CMYK
RGB Variations
Color information
#CADA10 (or 0xCADA10) is known color: Barberry. HEX triplet: CA, DA and 10. RGB value is (202,218,16). Sum of RGB (Red+Green+Blue) = 202+218+16=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA10 is #3525EF. Grayscale: #BEBEBE. Windows color (decimal): -3483120 or 1104586. OLE color: 1104586.
HSL color Cylindrical-coordinate representation of color #CADA10: hue angle of 64.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CADA10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.15 |
| HSL | 64.75º | 0.86% | 0.46% | - |
| HSV(B) | 64.75º | 0.93% | 0.85% | - |
| XYZ | 49.52 | 62.74 | 9.99 | - |
| YUV | 190.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 16 | 0.07 | 0 | 0.93 | 0.15 | 64.75 | 0.86 | 0.46 |
| Hex | CA | DA | 10 | 7 | 0 | 5D | F | 41 | 56 | 2E |
| Octal | 312 | 332 | 20 | 7 | 0 | 135 | 17 | 101 | 126 | 56 |
| Binary | 11001010 | 11011010 | 10000 | 111 | 0 | 1011101 | 1111 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CADA10
Complementary color
Monochromatic Colors of #CADA10
Black with #CADA10
Text Example
Text Example
White with #CADA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA10; }
p { color: rgb(202,218,16); }
H1.HeaderClassName
{
color: #CADA10;
}
.AnyTagClassName
{
color: #CADA10;
}
</style>
background-color css
<style>
a { background-color: #CADA10; }
a { background-color: rgb(202,218,16); }
div.DivClassName
{
background-color: #CADA10;
}
.BgClassName
{
background-color: #CADA10;
}
</style>
border-color css
<style>
span { border-color: #CADA10; }
span { border-color: rgb(202,218,16); }
td.TdClassName
{
border-color: #CADA10;
}
.TagClassName
{
border-color: #CADA10;
}
</style>