Shades of Barberry #CADA0F
Tints of Barberry #CADA0F
RGB
CMYK
RGB Variations
Color information
#CADA0F (or 0xCADA0F) is known color: Barberry. HEX triplet: CA, DA and 0F. RGB value is (202,218,15). Sum of RGB (Red+Green+Blue) = 202+218+15=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA0F is #3525F0. Grayscale: #BEBEBE. Windows color (decimal): -3483121 or 1039050. OLE color: 1039050.
HSL color Cylindrical-coordinate representation of color #CADA0F: hue angle of 64.73º degrees, saturation: 0.87, 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 #CADA0F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.15 |
| HSL | 64.73º | 0.87% | 0.46% | - |
| HSV(B) | 64.73º | 0.93% | 0.85% | - |
| XYZ | 49.51 | 62.73 | 9.95 | - |
| YUV | 190.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 15 | 0.07 | 0 | 0.93 | 0.15 | 64.73 | 0.87 | 0.46 |
| Hex | CA | DA | F | 7 | 0 | 5D | F | 41 | 57 | 2E |
| Octal | 312 | 332 | 17 | 7 | 0 | 135 | 17 | 101 | 127 | 56 |
| Binary | 11001010 | 11011010 | 1111 | 111 | 0 | 1011101 | 1111 | 1000001 | 1010111 | 101110 |
Color Harmonies of #CADA0F
Complementary color
Monochromatic Colors of #CADA0F
Black with #CADA0F
Text Example
Text Example
White with #CADA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA0F; }
p { color: rgb(202,218,15); }
H1.HeaderClassName
{
color: #CADA0F;
}
.AnyTagClassName
{
color: #CADA0F;
}
</style>
background-color css
<style>
a { background-color: #CADA0F; }
a { background-color: rgb(202,218,15); }
div.DivClassName
{
background-color: #CADA0F;
}
.BgClassName
{
background-color: #CADA0F;
}
</style>
border-color css
<style>
span { border-color: #CADA0F; }
span { border-color: rgb(202,218,15); }
td.TdClassName
{
border-color: #CADA0F;
}
.TagClassName
{
border-color: #CADA0F;
}
</style>