Shades of Bird Flower #CAC816
Tints of Bird Flower #CAC816
RGB
CMYK
RGB Variations
Color information
#CAC816 (or 0xCAC816) is known color: Bird Flower. HEX triplet: CA, C8 and 16. RGB value is (202,200,22). Sum of RGB (Red+Green+Blue) = 202+200+22=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC816 is #3537E9. Grayscale: #B5B5B5. Windows color (decimal): -3487722 or 1493194. OLE color: 1493194.
HSL color Cylindrical-coordinate representation of color #CAC816: hue angle of 59.33º 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 #CAC816 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 22 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.21 |
| HSL | 59.33º | 0.8% | 0.44% | - |
| HSV(B) | 59.33º | 0.89% | 0.79% | - |
| XYZ | 45.16 | 53.92 | 8.79 | - |
| YUV | 180.31 | 38.66 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 22 | 0 | 0.01 | 0.89 | 0.21 | 59.33 | 0.8 | 0.44 |
| Hex | CA | C8 | 16 | 0 | 1 | 59 | 15 | 3B | 50 | 2C |
| Octal | 312 | 310 | 26 | 0 | 1 | 131 | 25 | 73 | 120 | 54 |
| Binary | 11001010 | 11001000 | 10110 | 0 | 1 | 1011001 | 10101 | 111011 | 1010000 | 101100 |
Color Harmonies of #CAC816
Complementary color
Monochromatic Colors of #CAC816
Black with #CAC816
Text Example
Text Example
White with #CAC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC816; }
p { color: rgb(202,200,22); }
H1.HeaderClassName
{
color: #CAC816;
}
.AnyTagClassName
{
color: #CAC816;
}
</style>
background-color css
<style>
a { background-color: #CAC816; }
a { background-color: rgb(202,200,22); }
div.DivClassName
{
background-color: #CAC816;
}
.BgClassName
{
background-color: #CAC816;
}
</style>
border-color css
<style>
span { border-color: #CAC816; }
span { border-color: rgb(202,200,22); }
td.TdClassName
{
border-color: #CAC816;
}
.TagClassName
{
border-color: #CAC816;
}
</style>