Shades of Bird Flower #CACA15
Tints of Bird Flower #CACA15
RGB
CMYK
RGB Variations
Color information
#CACA15 (or 0xCACA15) is known color: Bird Flower. HEX triplet: CA, CA and 15. RGB value is (202,202,21). Sum of RGB (Red+Green+Blue) = 202+202+21=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACA15 is #3535EA. Grayscale: #B6B6B6. Windows color (decimal): -3487211 or 1428170. OLE color: 1428170.
HSL color Cylindrical-coordinate representation of color #CACA15: hue angle of 60º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CACA15 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 21 | - |
| CMYK | 0 | 0 | 0.90 | 0.21 |
| HSL | 60º | 0.81% | 0.44% | - |
| HSV(B) | 60º | 0.9% | 0.79% | - |
| XYZ | 45.61 | 54.85 | 8.89 | - |
| YUV | 181.37 | 37.5 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 21 | 0 | 0 | 0.90 | 0.21 | 60 | 0.81 | 0.44 |
| Hex | CA | CA | 15 | 0 | 0 | 5A | 15 | 3C | 51 | 2C |
| Octal | 312 | 312 | 25 | 0 | 0 | 132 | 25 | 74 | 121 | 54 |
| Binary | 11001010 | 11001010 | 10101 | 0 | 0 | 1011010 | 10101 | 111100 | 1010001 | 101100 |
Color Harmonies of #CACA15
Complementary color
Monochromatic Colors of #CACA15
Black with #CACA15
Text Example
Text Example
White with #CACA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA15; }
p { color: rgb(202,202,21); }
H1.HeaderClassName
{
color: #CACA15;
}
.AnyTagClassName
{
color: #CACA15;
}
</style>
background-color css
<style>
a { background-color: #CACA15; }
a { background-color: rgb(202,202,21); }
div.DivClassName
{
background-color: #CACA15;
}
.BgClassName
{
background-color: #CACA15;
}
</style>
border-color css
<style>
span { border-color: #CACA15; }
span { border-color: rgb(202,202,21); }
td.TdClassName
{
border-color: #CACA15;
}
.TagClassName
{
border-color: #CACA15;
}
</style>