Shades of Bird Flower #CAC414
Tints of Bird Flower #CAC414
RGB
CMYK
RGB Variations
Color information
#CAC414 (or 0xCAC414) is known color: Bird Flower. HEX triplet: CA, C4 and 14. RGB value is (202,196,20). Sum of RGB (Red+Green+Blue) = 202+196+20=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC414 is #353BEB. Grayscale: #B2B2B2. Windows color (decimal): -3488748 or 1361098. OLE color: 1361098.
HSL color Cylindrical-coordinate representation of color #CAC414: hue angle of 58.02º degrees, saturation: 0.82, 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 #CAC414 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 20 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.21 |
| HSL | 58.02º | 0.82% | 0.44% | - |
| HSV(B) | 58.02º | 0.9% | 0.79% | - |
| XYZ | 44.22 | 52.09 | 8.38 | - |
| YUV | 177.73 | 38.99 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 20 | 0 | 0.03 | 0.90 | 0.21 | 58.02 | 0.82 | 0.44 |
| Hex | CA | C4 | 14 | 0 | 3 | 5A | 15 | 3A | 52 | 2C |
| Octal | 312 | 304 | 24 | 0 | 3 | 132 | 25 | 72 | 122 | 54 |
| Binary | 11001010 | 11000100 | 10100 | 0 | 11 | 1011010 | 10101 | 111010 | 1010010 | 101100 |
Color Harmonies of #CAC414
Complementary color
Monochromatic Colors of #CAC414
Black with #CAC414
Text Example
Text Example
White with #CAC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC414; }
p { color: rgb(202,196,20); }
H1.HeaderClassName
{
color: #CAC414;
}
.AnyTagClassName
{
color: #CAC414;
}
</style>
background-color css
<style>
a { background-color: #CAC414; }
a { background-color: rgb(202,196,20); }
div.DivClassName
{
background-color: #CAC414;
}
.BgClassName
{
background-color: #CAC414;
}
</style>
border-color css
<style>
span { border-color: #CAC414; }
span { border-color: rgb(202,196,20); }
td.TdClassName
{
border-color: #CAC414;
}
.TagClassName
{
border-color: #CAC414;
}
</style>