Shades of Barberry #CADB10
Tints of Barberry #CADB10
RGB
CMYK
RGB Variations
Color information
#CADB10 (or 0xCADB10) is known color: Barberry. HEX triplet: CA, DB and 10. RGB value is (202,219,16). Sum of RGB (Red+Green+Blue) = 202+219+16=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADB10 is #3524EF. Grayscale: #BFBFBF. Windows color (decimal): -3482864 or 1104842. OLE color: 1104842.
HSL color Cylindrical-coordinate representation of color #CADB10: hue angle of 65.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CADB10 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 16 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.14 |
| HSL | 65.02º | 0.86% | 0.46% | - |
| HSV(B) | 65.02º | 0.93% | 0.86% | - |
| XYZ | 49.78 | 63.26 | 10.08 | - |
| YUV | 190.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 16 | 0.08 | 0 | 0.93 | 0.14 | 65.02 | 0.86 | 0.46 |
| Hex | CA | DB | 10 | 8 | 0 | 5D | E | 41 | 56 | 2E |
| Octal | 312 | 333 | 20 | 10 | 0 | 135 | 16 | 101 | 126 | 56 |
| Binary | 11001010 | 11011011 | 10000 | 1000 | 0 | 1011101 | 1110 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CADB10
Complementary color
Monochromatic Colors of #CADB10
Black with #CADB10
Text Example
Text Example
White with #CADB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB10; }
p { color: rgb(202,219,16); }
H1.HeaderClassName
{
color: #CADB10;
}
.AnyTagClassName
{
color: #CADB10;
}
</style>
background-color css
<style>
a { background-color: #CADB10; }
a { background-color: rgb(202,219,16); }
div.DivClassName
{
background-color: #CADB10;
}
.BgClassName
{
background-color: #CADB10;
}
</style>
border-color css
<style>
span { border-color: #CADB10; }
span { border-color: rgb(202,219,16); }
td.TdClassName
{
border-color: #CADB10;
}
.TagClassName
{
border-color: #CADB10;
}
</style>