Shades of Bird Flower #CAC718
Tints of Bird Flower #CAC718
RGB
CMYK
RGB Variations
Color information
#CAC718 (or 0xCAC718) is known color: Bird Flower. HEX triplet: CA, C7 and 18. RGB value is (202,199,24). Sum of RGB (Red+Green+Blue) = 202+199+24=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC718 is #3538E7. Grayscale: #B4B4B4. Windows color (decimal): -3487976 or 1624010. OLE color: 1624010.
HSL color Cylindrical-coordinate representation of color #CAC718: hue angle of 58.99º 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 #CAC718 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 24 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.21 |
| HSL | 58.99º | 0.79% | 0.44% | - |
| HSV(B) | 58.99º | 0.88% | 0.79% | - |
| XYZ | 44.95 | 53.47 | 8.82 | - |
| YUV | 179.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 24 | 0 | 0.01 | 0.88 | 0.21 | 58.99 | 0.79 | 0.44 |
| Hex | CA | C7 | 18 | 0 | 1 | 58 | 15 | 3B | 4F | 2C |
| Octal | 312 | 307 | 30 | 0 | 1 | 130 | 25 | 73 | 117 | 54 |
| Binary | 11001010 | 11000111 | 11000 | 0 | 1 | 1011000 | 10101 | 111011 | 1001111 | 101100 |
Color Harmonies of #CAC718
Complementary color
Monochromatic Colors of #CAC718
Black with #CAC718
Text Example
Text Example
White with #CAC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC718; }
p { color: rgb(202,199,24); }
H1.HeaderClassName
{
color: #CAC718;
}
.AnyTagClassName
{
color: #CAC718;
}
</style>
background-color css
<style>
a { background-color: #CAC718; }
a { background-color: rgb(202,199,24); }
div.DivClassName
{
background-color: #CAC718;
}
.BgClassName
{
background-color: #CAC718;
}
</style>
border-color css
<style>
span { border-color: #CAC718; }
span { border-color: rgb(202,199,24); }
td.TdClassName
{
border-color: #CAC718;
}
.TagClassName
{
border-color: #CAC718;
}
</style>