Shades of Bird Flower #CAC80C
Tints of Bird Flower #CAC80C
RGB
CMYK
RGB Variations
Color information
#CAC80C (or 0xCAC80C) is known color: Bird Flower. HEX triplet: CA, C8 and 0C. RGB value is (202,200,12). Sum of RGB (Red+Green+Blue) = 202+200+12=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC80C is #3537F3. Grayscale: #B3B3B3. Windows color (decimal): -3487732 or 837834. OLE color: 837834.
HSL color Cylindrical-coordinate representation of color #CAC80C: hue angle of 59.37º 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 #CAC80C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.21 |
| HSL | 59.37º | 0.89% | 0.42% | - |
| HSV(B) | 59.37º | 0.94% | 0.79% | - |
| XYZ | 45.08 | 53.89 | 8.37 | - |
| YUV | 179.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 12 | 0 | 0.01 | 0.94 | 0.21 | 59.37 | 0.89 | 0.42 |
| Hex | CA | C8 | C | 0 | 1 | 5E | 15 | 3B | 59 | 2A |
| Octal | 312 | 310 | 14 | 0 | 1 | 136 | 25 | 73 | 131 | 52 |
| Binary | 11001010 | 11001000 | 1100 | 0 | 1 | 1011110 | 10101 | 111011 | 1011001 | 101010 |
Color Harmonies of #CAC80C
Complementary color
Monochromatic Colors of #CAC80C
Black with #CAC80C
Text Example
Text Example
White with #CAC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC80C; }
p { color: rgb(202,200,12); }
H1.HeaderClassName
{
color: #CAC80C;
}
.AnyTagClassName
{
color: #CAC80C;
}
</style>
background-color css
<style>
a { background-color: #CAC80C; }
a { background-color: rgb(202,200,12); }
div.DivClassName
{
background-color: #CAC80C;
}
.BgClassName
{
background-color: #CAC80C;
}
</style>
border-color css
<style>
span { border-color: #CAC80C; }
span { border-color: rgb(202,200,12); }
td.TdClassName
{
border-color: #CAC80C;
}
.TagClassName
{
border-color: #CAC80C;
}
</style>