Shades of Bird Flower #CAC518
Tints of Bird Flower #CAC518
RGB
CMYK
RGB Variations
Color information
#CAC518 (or 0xCAC518) is known color: Bird Flower. HEX triplet: CA, C5 and 18. RGB value is (202,197,24). Sum of RGB (Red+Green+Blue) = 202+197+24=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC518 is #353AE7. Grayscale: #B3B3B3. Windows color (decimal): -3488488 or 1623498. OLE color: 1623498.
HSL color Cylindrical-coordinate representation of color #CAC518: hue angle of 58.31º 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 #CAC518 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 24 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.21 |
| HSL | 58.31º | 0.79% | 0.44% | - |
| HSV(B) | 58.31º | 0.88% | 0.79% | - |
| XYZ | 44.49 | 52.56 | 8.66 | - |
| YUV | 178.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 24 | 0 | 0.02 | 0.88 | 0.21 | 58.31 | 0.79 | 0.44 |
| Hex | CA | C5 | 18 | 0 | 2 | 58 | 15 | 3A | 4F | 2C |
| Octal | 312 | 305 | 30 | 0 | 2 | 130 | 25 | 72 | 117 | 54 |
| Binary | 11001010 | 11000101 | 11000 | 0 | 10 | 1011000 | 10101 | 111010 | 1001111 | 101100 |
Color Harmonies of #CAC518
Complementary color
Monochromatic Colors of #CAC518
Black with #CAC518
Text Example
Text Example
White with #CAC518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC518; }
p { color: rgb(202,197,24); }
H1.HeaderClassName
{
color: #CAC518;
}
.AnyTagClassName
{
color: #CAC518;
}
</style>
background-color css
<style>
a { background-color: #CAC518; }
a { background-color: rgb(202,197,24); }
div.DivClassName
{
background-color: #CAC518;
}
.BgClassName
{
background-color: #CAC518;
}
</style>
border-color css
<style>
span { border-color: #CAC518; }
span { border-color: rgb(202,197,24); }
td.TdClassName
{
border-color: #CAC518;
}
.TagClassName
{
border-color: #CAC518;
}
</style>