Shades of Bird Flower #CAC715
Tints of Bird Flower #CAC715
RGB
CMYK
RGB Variations
Color information
#CAC715 (or 0xCAC715) is known color: Bird Flower. HEX triplet: CA, C7 and 15. RGB value is (202,199,21). Sum of RGB (Red+Green+Blue) = 202+199+21=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC715 is #3538EA. Grayscale: #B4B4B4. Windows color (decimal): -3487979 or 1427402. OLE color: 1427402.
HSL color Cylindrical-coordinate representation of color #CAC715: hue angle of 59.01º degrees, saturation: 0.81, 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 #CAC715 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 21 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.21 |
| HSL | 59.01º | 0.81% | 0.44% | - |
| HSV(B) | 59.01º | 0.9% | 0.79% | - |
| XYZ | 44.92 | 53.46 | 8.66 | - |
| YUV | 179.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 21 | 0 | 0.01 | 0.90 | 0.21 | 59.01 | 0.81 | 0.44 |
| Hex | CA | C7 | 15 | 0 | 1 | 5A | 15 | 3B | 51 | 2C |
| Octal | 312 | 307 | 25 | 0 | 1 | 132 | 25 | 73 | 121 | 54 |
| Binary | 11001010 | 11000111 | 10101 | 0 | 1 | 1011010 | 10101 | 111011 | 1010001 | 101100 |
Color Harmonies of #CAC715
Complementary color
Monochromatic Colors of #CAC715
Black with #CAC715
Text Example
Text Example
White with #CAC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC715; }
p { color: rgb(202,199,21); }
H1.HeaderClassName
{
color: #CAC715;
}
.AnyTagClassName
{
color: #CAC715;
}
</style>
background-color css
<style>
a { background-color: #CAC715; }
a { background-color: rgb(202,199,21); }
div.DivClassName
{
background-color: #CAC715;
}
.BgClassName
{
background-color: #CAC715;
}
</style>
border-color css
<style>
span { border-color: #CAC715; }
span { border-color: rgb(202,199,21); }
td.TdClassName
{
border-color: #CAC715;
}
.TagClassName
{
border-color: #CAC715;
}
</style>