Shades of Bird Flower #CAC916
Tints of Bird Flower #CAC916
RGB
CMYK
RGB Variations
Color information
#CAC916 (or 0xCAC916) is known color: Bird Flower. HEX triplet: CA, C9 and 16. RGB value is (202,201,22). Sum of RGB (Red+Green+Blue) = 202+201+22=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC916 is #3536E9. Grayscale: #B5B5B5. Windows color (decimal): -3487466 or 1493450. OLE color: 1493450.
HSL color Cylindrical-coordinate representation of color #CAC916: hue angle of 59.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAC916 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 22 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.21 |
| HSL | 59.67º | 0.8% | 0.44% | - |
| HSV(B) | 59.67º | 0.89% | 0.79% | - |
| XYZ | 45.39 | 54.39 | 8.86 | - |
| YUV | 180.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 22 | 0 | 0.00 | 0.89 | 0.21 | 59.67 | 0.8 | 0.44 |
| Hex | CA | C9 | 16 | 0 | 0 | 59 | 15 | 3C | 50 | 2C |
| Octal | 312 | 311 | 26 | 0 | 0 | 131 | 25 | 74 | 120 | 54 |
| Binary | 11001010 | 11001001 | 10110 | 0 | 0 | 1011001 | 10101 | 111100 | 1010000 | 101100 |
Color Harmonies of #CAC916
Complementary color
Monochromatic Colors of #CAC916
Black with #CAC916
Text Example
Text Example
White with #CAC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC916; }
p { color: rgb(202,201,22); }
H1.HeaderClassName
{
color: #CAC916;
}
.AnyTagClassName
{
color: #CAC916;
}
</style>
background-color css
<style>
a { background-color: #CAC916; }
a { background-color: rgb(202,201,22); }
div.DivClassName
{
background-color: #CAC916;
}
.BgClassName
{
background-color: #CAC916;
}
</style>
border-color css
<style>
span { border-color: #CAC916; }
span { border-color: rgb(202,201,22); }
td.TdClassName
{
border-color: #CAC916;
}
.TagClassName
{
border-color: #CAC916;
}
</style>