Shades of Bird Flower #CAC506
Tints of Bird Flower #CAC506
RGB
CMYK
RGB Variations
Color information
#CAC506 (or 0xCAC506) is known color: Bird Flower. HEX triplet: CA, C5 and 06. RGB value is (202,197,6). Sum of RGB (Red+Green+Blue) = 202+197+6=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC506 is #353AF9. Grayscale: #B1B1B1. Windows color (decimal): -3488506 or 443850. OLE color: 443850.
HSL color Cylindrical-coordinate representation of color #CAC506: hue angle of 58.47º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAC506 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 6 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.21 |
| HSL | 58.47º | 0.94% | 0.41% | - |
| HSV(B) | 58.47º | 0.97% | 0.79% | - |
| XYZ | 44.36 | 52.5 | 7.97 | - |
| YUV | 176.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 6 | 0 | 0.02 | 0.97 | 0.21 | 58.47 | 0.94 | 0.41 |
| Hex | CA | C5 | 6 | 0 | 2 | 61 | 15 | 3A | 5E | 29 |
| Octal | 312 | 305 | 6 | 0 | 2 | 141 | 25 | 72 | 136 | 51 |
| Binary | 11001010 | 11000101 | 110 | 0 | 10 | 1100001 | 10101 | 111010 | 1011110 | 101001 |
Color Harmonies of #CAC506
Complementary color
Monochromatic Colors of #CAC506
Black with #CAC506
Text Example
Text Example
White with #CAC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC506; }
p { color: rgb(202,197,6); }
H1.HeaderClassName
{
color: #CAC506;
}
.AnyTagClassName
{
color: #CAC506;
}
</style>
background-color css
<style>
a { background-color: #CAC506; }
a { background-color: rgb(202,197,6); }
div.DivClassName
{
background-color: #CAC506;
}
.BgClassName
{
background-color: #CAC506;
}
</style>
border-color css
<style>
span { border-color: #CAC506; }
span { border-color: rgb(202,197,6); }
td.TdClassName
{
border-color: #CAC506;
}
.TagClassName
{
border-color: #CAC506;
}
</style>