Shades of Bird Flower #CACA09
Tints of Bird Flower #CACA09
RGB
CMYK
RGB Variations
Color information
#CACA09 (or 0xCACA09) is known color: Bird Flower. HEX triplet: CA, CA and 09. RGB value is (202,202,9). Sum of RGB (Red+Green+Blue) = 202+202+9=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACA09 is #3535F6. Grayscale: #B4B4B4. Windows color (decimal): -3487223 or 641738. OLE color: 641738.
HSL color Cylindrical-coordinate representation of color #CACA09: hue angle of 60º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CACA09 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 9 | - |
| CMYK | 0 | 0 | 0.96 | 0.21 |
| HSL | 60º | 0.91% | 0.41% | - |
| HSV(B) | 60º | 0.96% | 0.79% | - |
| XYZ | 45.53 | 54.82 | 8.44 | - |
| YUV | 180 | 31.5 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 9 | 0 | 0 | 0.96 | 0.21 | 60 | 0.91 | 0.41 |
| Hex | CA | CA | 9 | 0 | 0 | 60 | 15 | 3C | 5B | 29 |
| Octal | 312 | 312 | 11 | 0 | 0 | 140 | 25 | 74 | 133 | 51 |
| Binary | 11001010 | 11001010 | 1001 | 0 | 0 | 1100000 | 10101 | 111100 | 1011011 | 101001 |
Color Harmonies of #CACA09
Complementary color
Monochromatic Colors of #CACA09
Black with #CACA09
Text Example
Text Example
White with #CACA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA09; }
p { color: rgb(202,202,9); }
H1.HeaderClassName
{
color: #CACA09;
}
.AnyTagClassName
{
color: #CACA09;
}
</style>
background-color css
<style>
a { background-color: #CACA09; }
a { background-color: rgb(202,202,9); }
div.DivClassName
{
background-color: #CACA09;
}
.BgClassName
{
background-color: #CACA09;
}
</style>
border-color css
<style>
span { border-color: #CACA09; }
span { border-color: rgb(202,202,9); }
td.TdClassName
{
border-color: #CACA09;
}
.TagClassName
{
border-color: #CACA09;
}
</style>