Shades of Bird Flower #CAC40A
Tints of Bird Flower #CAC40A
RGB
CMYK
RGB Variations
Color information
#CAC40A (or 0xCAC40A) is known color: Bird Flower. HEX triplet: CA, C4 and 0A. RGB value is (202,196,10). Sum of RGB (Red+Green+Blue) = 202+196+10=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC40A is #353BF5. Grayscale: #B1B1B1. Windows color (decimal): -3488758 or 705738. OLE color: 705738.
HSL color Cylindrical-coordinate representation of color #CAC40A: hue angle of 58.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAC40A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.21 |
| HSL | 58.13º | 0.91% | 0.42% | - |
| HSV(B) | 58.13º | 0.95% | 0.79% | - |
| XYZ | 44.15 | 52.06 | 8.01 | - |
| YUV | 176.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 10 | 0 | 0.03 | 0.95 | 0.21 | 58.13 | 0.91 | 0.42 |
| Hex | CA | C4 | A | 0 | 3 | 5F | 15 | 3A | 5B | 2A |
| Octal | 312 | 304 | 12 | 0 | 3 | 137 | 25 | 72 | 133 | 52 |
| Binary | 11001010 | 11000100 | 1010 | 0 | 11 | 1011111 | 10101 | 111010 | 1011011 | 101010 |
Color Harmonies of #CAC40A
Complementary color
Monochromatic Colors of #CAC40A
Black with #CAC40A
Text Example
Text Example
White with #CAC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC40A; }
p { color: rgb(202,196,10); }
H1.HeaderClassName
{
color: #CAC40A;
}
.AnyTagClassName
{
color: #CAC40A;
}
</style>
background-color css
<style>
a { background-color: #CAC40A; }
a { background-color: rgb(202,196,10); }
div.DivClassName
{
background-color: #CAC40A;
}
.BgClassName
{
background-color: #CAC40A;
}
</style>
border-color css
<style>
span { border-color: #CAC40A; }
span { border-color: rgb(202,196,10); }
td.TdClassName
{
border-color: #CAC40A;
}
.TagClassName
{
border-color: #CAC40A;
}
</style>