Shades of Bird Flower #CAC415
Tints of Bird Flower #CAC415
RGB
CMYK
RGB Variations
Color information
#CAC415 (or 0xCAC415) is known color: Bird Flower. HEX triplet: CA, C4 and 15. RGB value is (202,196,21). Sum of RGB (Red+Green+Blue) = 202+196+21=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC415 is #353BEA. Grayscale: #B2B2B2. Windows color (decimal): -3488747 or 1426634. OLE color: 1426634.
HSL color Cylindrical-coordinate representation of color #CAC415: hue angle of 58.01º 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 #CAC415 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 21 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.21 |
| HSL | 58.01º | 0.81% | 0.44% | - |
| HSV(B) | 58.01º | 0.9% | 0.79% | - |
| XYZ | 44.23 | 52.09 | 8.43 | - |
| YUV | 177.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 21 | 0 | 0.03 | 0.90 | 0.21 | 58.01 | 0.81 | 0.44 |
| Hex | CA | C4 | 15 | 0 | 3 | 5A | 15 | 3A | 51 | 2C |
| Octal | 312 | 304 | 25 | 0 | 3 | 132 | 25 | 72 | 121 | 54 |
| Binary | 11001010 | 11000100 | 10101 | 0 | 11 | 1011010 | 10101 | 111010 | 1010001 | 101100 |
Color Harmonies of #CAC415
Complementary color
Monochromatic Colors of #CAC415
Black with #CAC415
Text Example
Text Example
White with #CAC415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC415; }
p { color: rgb(202,196,21); }
H1.HeaderClassName
{
color: #CAC415;
}
.AnyTagClassName
{
color: #CAC415;
}
</style>
background-color css
<style>
a { background-color: #CAC415; }
a { background-color: rgb(202,196,21); }
div.DivClassName
{
background-color: #CAC415;
}
.BgClassName
{
background-color: #CAC415;
}
</style>
border-color css
<style>
span { border-color: #CAC415; }
span { border-color: rgb(202,196,21); }
td.TdClassName
{
border-color: #CAC415;
}
.TagClassName
{
border-color: #CAC415;
}
</style>