Shades of Bird Flower #CAC60E
Tints of Bird Flower #CAC60E
RGB
CMYK
RGB Variations
Color information
#CAC60E (or 0xCAC60E) is known color: Bird Flower. HEX triplet: CA, C6 and 0E. RGB value is (202,198,14). Sum of RGB (Red+Green+Blue) = 202+198+14=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC60E is #3539F1. Grayscale: #B2B2B2. Windows color (decimal): -3488242 or 968394. OLE color: 968394.
HSL color Cylindrical-coordinate representation of color #CAC60E: hue angle of 58.72º 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 #CAC60E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.21 |
| HSL | 58.72º | 0.87% | 0.42% | - |
| HSV(B) | 58.72º | 0.93% | 0.79% | - |
| XYZ | 44.63 | 52.98 | 8.29 | - |
| YUV | 178.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 14 | 0 | 0.02 | 0.93 | 0.21 | 58.72 | 0.87 | 0.42 |
| Hex | CA | C6 | E | 0 | 2 | 5D | 15 | 3B | 57 | 2A |
| Octal | 312 | 306 | 16 | 0 | 2 | 135 | 25 | 73 | 127 | 52 |
| Binary | 11001010 | 11000110 | 1110 | 0 | 10 | 1011101 | 10101 | 111011 | 1010111 | 101010 |
Color Harmonies of #CAC60E
Complementary color
Monochromatic Colors of #CAC60E
Black with #CAC60E
Text Example
Text Example
White with #CAC60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC60E; }
p { color: rgb(202,198,14); }
H1.HeaderClassName
{
color: #CAC60E;
}
.AnyTagClassName
{
color: #CAC60E;
}
</style>
background-color css
<style>
a { background-color: #CAC60E; }
a { background-color: rgb(202,198,14); }
div.DivClassName
{
background-color: #CAC60E;
}
.BgClassName
{
background-color: #CAC60E;
}
</style>
border-color css
<style>
span { border-color: #CAC60E; }
span { border-color: rgb(202,198,14); }
td.TdClassName
{
border-color: #CAC60E;
}
.TagClassName
{
border-color: #CAC60E;
}
</style>