Shades of Bird Flower #CAC218
Tints of Bird Flower #CAC218
RGB
CMYK
RGB Variations
Color information
#CAC218 (or 0xCAC218) is known color: Bird Flower. HEX triplet: CA, C2 and 18. RGB value is (202,194,24). Sum of RGB (Red+Green+Blue) = 202+194+24=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC218 is #353DE7. Grayscale: #B1B1B1. Windows color (decimal): -3489256 or 1622730. OLE color: 1622730.
HSL color Cylindrical-coordinate representation of color #CAC218: hue angle of 57.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAC218 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 24 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.21 |
| HSL | 57.3º | 0.79% | 0.44% | - |
| HSV(B) | 57.3º | 0.88% | 0.79% | - |
| XYZ | 43.81 | 51.21 | 8.44 | - |
| YUV | 177.01 | 41.65 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 24 | 0 | 0.04 | 0.88 | 0.21 | 57.3 | 0.79 | 0.44 |
| Hex | CA | C2 | 18 | 0 | 4 | 58 | 15 | 39 | 4F | 2C |
| Octal | 312 | 302 | 30 | 0 | 4 | 130 | 25 | 71 | 117 | 54 |
| Binary | 11001010 | 11000010 | 11000 | 0 | 100 | 1011000 | 10101 | 111001 | 1001111 | 101100 |
Color Harmonies of #CAC218
Complementary color
Monochromatic Colors of #CAC218
Black with #CAC218
Text Example
Text Example
White with #CAC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC218; }
p { color: rgb(202,194,24); }
H1.HeaderClassName
{
color: #CAC218;
}
.AnyTagClassName
{
color: #CAC218;
}
</style>
background-color css
<style>
a { background-color: #CAC218; }
a { background-color: rgb(202,194,24); }
div.DivClassName
{
background-color: #CAC218;
}
.BgClassName
{
background-color: #CAC218;
}
</style>
border-color css
<style>
span { border-color: #CAC218; }
span { border-color: rgb(202,194,24); }
td.TdClassName
{
border-color: #CAC218;
}
.TagClassName
{
border-color: #CAC218;
}
</style>