Shades of Bird Flower #CAC119
Tints of Bird Flower #CAC119
RGB
CMYK
RGB Variations
Color information
#CAC119 (or 0xCAC119) is known color: Bird Flower. HEX triplet: CA, C1 and 19. RGB value is (202,193,25). Sum of RGB (Red+Green+Blue) = 202+193+25=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC119 is #353EE6. Grayscale: #B1B1B1. Windows color (decimal): -3489511 or 1688010. OLE color: 1688010.
HSL color Cylindrical-coordinate representation of color #CAC119: hue angle of 56.95º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAC119 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 25 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.21 |
| HSL | 56.95º | 0.78% | 0.45% | - |
| HSV(B) | 56.95º | 0.88% | 0.79% | - |
| XYZ | 43.6 | 50.77 | 8.42 | - |
| YUV | 176.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 25 | 0 | 0.04 | 0.88 | 0.21 | 56.95 | 0.78 | 0.45 |
| Hex | CA | C1 | 19 | 0 | 4 | 58 | 15 | 39 | 4E | 2D |
| Octal | 312 | 301 | 31 | 0 | 4 | 130 | 25 | 71 | 116 | 55 |
| Binary | 11001010 | 11000001 | 11001 | 0 | 100 | 1011000 | 10101 | 111001 | 1001110 | 101101 |
Color Harmonies of #CAC119
Complementary color
Monochromatic Colors of #CAC119
Black with #CAC119
Text Example
Text Example
White with #CAC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC119; }
p { color: rgb(202,193,25); }
H1.HeaderClassName
{
color: #CAC119;
}
.AnyTagClassName
{
color: #CAC119;
}
</style>
background-color css
<style>
a { background-color: #CAC119; }
a { background-color: rgb(202,193,25); }
div.DivClassName
{
background-color: #CAC119;
}
.BgClassName
{
background-color: #CAC119;
}
</style>
border-color css
<style>
span { border-color: #CAC119; }
span { border-color: rgb(202,193,25); }
td.TdClassName
{
border-color: #CAC119;
}
.TagClassName
{
border-color: #CAC119;
}
</style>