Shades of Bird Flower #CAC310
Tints of Bird Flower #CAC310
RGB
CMYK
RGB Variations
Color information
#CAC310 (or 0xCAC310) is known color: Bird Flower. HEX triplet: CA, C3 and 10. RGB value is (202,195,16). Sum of RGB (Red+Green+Blue) = 202+195+16=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC310 is #353CEF. Grayscale: #B1B1B1. Windows color (decimal): -3489008 or 1098698. OLE color: 1098698.
HSL color Cylindrical-coordinate representation of color #CAC310: hue angle of 57.74º 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 #CAC310 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 16 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.21 |
| HSL | 57.74º | 0.85% | 0.43% | - |
| HSV(B) | 57.74º | 0.92% | 0.79% | - |
| XYZ | 43.97 | 51.62 | 8.14 | - |
| YUV | 176.69 | 37.32 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 16 | 0 | 0.03 | 0.92 | 0.21 | 57.74 | 0.85 | 0.43 |
| Hex | CA | C3 | 10 | 0 | 3 | 5C | 15 | 3A | 55 | 2B |
| Octal | 312 | 303 | 20 | 0 | 3 | 134 | 25 | 72 | 125 | 53 |
| Binary | 11001010 | 11000011 | 10000 | 0 | 11 | 1011100 | 10101 | 111010 | 1010101 | 101011 |
Color Harmonies of #CAC310
Complementary color
Monochromatic Colors of #CAC310
Black with #CAC310
Text Example
Text Example
White with #CAC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC310; }
p { color: rgb(202,195,16); }
H1.HeaderClassName
{
color: #CAC310;
}
.AnyTagClassName
{
color: #CAC310;
}
</style>
background-color css
<style>
a { background-color: #CAC310; }
a { background-color: rgb(202,195,16); }
div.DivClassName
{
background-color: #CAC310;
}
.BgClassName
{
background-color: #CAC310;
}
</style>
border-color css
<style>
span { border-color: #CAC310; }
span { border-color: rgb(202,195,16); }
td.TdClassName
{
border-color: #CAC310;
}
.TagClassName
{
border-color: #CAC310;
}
</style>