Shades of Bird Flower #CAC70C
Tints of Bird Flower #CAC70C
RGB
CMYK
RGB Variations
Color information
#CAC70C (or 0xCAC70C) is known color: Bird Flower. HEX triplet: CA, C7 and 0C. RGB value is (202,199,12). Sum of RGB (Red+Green+Blue) = 202+199+12=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC70C is #3538F3. Grayscale: #B3B3B3. Windows color (decimal): -3487988 or 837578. OLE color: 837578.
HSL color Cylindrical-coordinate representation of color #CAC70C: hue angle of 59.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAC70C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.21 |
| HSL | 59.05º | 0.89% | 0.42% | - |
| HSV(B) | 59.05º | 0.94% | 0.79% | - |
| XYZ | 44.85 | 53.43 | 8.3 | - |
| YUV | 178.58 | 33.99 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 12 | 0 | 0.01 | 0.94 | 0.21 | 59.05 | 0.89 | 0.42 |
| Hex | CA | C7 | C | 0 | 1 | 5E | 15 | 3B | 59 | 2A |
| Octal | 312 | 307 | 14 | 0 | 1 | 136 | 25 | 73 | 131 | 52 |
| Binary | 11001010 | 11000111 | 1100 | 0 | 1 | 1011110 | 10101 | 111011 | 1011001 | 101010 |
Color Harmonies of #CAC70C
Complementary color
Monochromatic Colors of #CAC70C
Black with #CAC70C
Text Example
Text Example
White with #CAC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC70C; }
p { color: rgb(202,199,12); }
H1.HeaderClassName
{
color: #CAC70C;
}
.AnyTagClassName
{
color: #CAC70C;
}
</style>
background-color css
<style>
a { background-color: #CAC70C; }
a { background-color: rgb(202,199,12); }
div.DivClassName
{
background-color: #CAC70C;
}
.BgClassName
{
background-color: #CAC70C;
}
</style>
border-color css
<style>
span { border-color: #CAC70C; }
span { border-color: rgb(202,199,12); }
td.TdClassName
{
border-color: #CAC70C;
}
.TagClassName
{
border-color: #CAC70C;
}
</style>