Shades of Bird Flower #CAC50E
Tints of Bird Flower #CAC50E
RGB
CMYK
RGB Variations
Color information
#CAC50E (or 0xCAC50E) is known color: Bird Flower. HEX triplet: CA, C5 and 0E. RGB value is (202,197,14). Sum of RGB (Red+Green+Blue) = 202+197+14=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC50E is #353AF1. Grayscale: #B2B2B2. Windows color (decimal): -3488498 or 968138. OLE color: 968138.
HSL color Cylindrical-coordinate representation of color #CAC50E: hue angle of 58.4º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAC50E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.21 |
| HSL | 58.4º | 0.87% | 0.42% | - |
| HSV(B) | 58.4º | 0.93% | 0.79% | - |
| XYZ | 44.4 | 52.52 | 8.21 | - |
| YUV | 177.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 14 | 0 | 0.02 | 0.93 | 0.21 | 58.4 | 0.87 | 0.42 |
| Hex | CA | C5 | E | 0 | 2 | 5D | 15 | 3A | 57 | 2A |
| Octal | 312 | 305 | 16 | 0 | 2 | 135 | 25 | 72 | 127 | 52 |
| Binary | 11001010 | 11000101 | 1110 | 0 | 10 | 1011101 | 10101 | 111010 | 1010111 | 101010 |
Color Harmonies of #CAC50E
Complementary color
Monochromatic Colors of #CAC50E
Black with #CAC50E
Text Example
Text Example
White with #CAC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC50E; }
p { color: rgb(202,197,14); }
H1.HeaderClassName
{
color: #CAC50E;
}
.AnyTagClassName
{
color: #CAC50E;
}
</style>
background-color css
<style>
a { background-color: #CAC50E; }
a { background-color: rgb(202,197,14); }
div.DivClassName
{
background-color: #CAC50E;
}
.BgClassName
{
background-color: #CAC50E;
}
</style>
border-color css
<style>
span { border-color: #CAC50E; }
span { border-color: rgb(202,197,14); }
td.TdClassName
{
border-color: #CAC50E;
}
.TagClassName
{
border-color: #CAC50E;
}
</style>