Shades of Bird Flower #CAC410
Tints of Bird Flower #CAC410
RGB
CMYK
RGB Variations
Color information
#CAC410 (or 0xCAC410) is known color: Bird Flower. HEX triplet: CA, C4 and 10. RGB value is (202,196,16). Sum of RGB (Red+Green+Blue) = 202+196+16=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC410 is #353BEF. Grayscale: #B2B2B2. Windows color (decimal): -3488752 or 1098954. OLE color: 1098954.
HSL color Cylindrical-coordinate representation of color #CAC410: hue angle of 58.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAC410 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 16 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.21 |
| HSL | 58.06º | 0.85% | 0.43% | - |
| HSV(B) | 58.06º | 0.92% | 0.79% | - |
| XYZ | 44.19 | 52.07 | 8.21 | - |
| YUV | 177.27 | 36.99 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 16 | 0 | 0.03 | 0.92 | 0.21 | 58.06 | 0.85 | 0.43 |
| Hex | CA | C4 | 10 | 0 | 3 | 5C | 15 | 3A | 55 | 2B |
| Octal | 312 | 304 | 20 | 0 | 3 | 134 | 25 | 72 | 125 | 53 |
| Binary | 11001010 | 11000100 | 10000 | 0 | 11 | 1011100 | 10101 | 111010 | 1010101 | 101011 |
Color Harmonies of #CAC410
Complementary color
Monochromatic Colors of #CAC410
Black with #CAC410
Text Example
Text Example
White with #CAC410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC410; }
p { color: rgb(202,196,16); }
H1.HeaderClassName
{
color: #CAC410;
}
.AnyTagClassName
{
color: #CAC410;
}
</style>
background-color css
<style>
a { background-color: #CAC410; }
a { background-color: rgb(202,196,16); }
div.DivClassName
{
background-color: #CAC410;
}
.BgClassName
{
background-color: #CAC410;
}
</style>
border-color css
<style>
span { border-color: #CAC410; }
span { border-color: rgb(202,196,16); }
td.TdClassName
{
border-color: #CAC410;
}
.TagClassName
{
border-color: #CAC410;
}
</style>