Shades of Bird Flower #CAC610
Tints of Bird Flower #CAC610
RGB
CMYK
RGB Variations
Color information
#CAC610 (or 0xCAC610) is known color: Bird Flower. HEX triplet: CA, C6 and 10. RGB value is (202,198,16). Sum of RGB (Red+Green+Blue) = 202+198+16=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC610 is #3539EF. Grayscale: #B3B3B3. Windows color (decimal): -3488240 or 1099466. OLE color: 1099466.
HSL color Cylindrical-coordinate representation of color #CAC610: hue angle of 58.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAC610 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 16 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.21 |
| HSL | 58.71º | 0.85% | 0.43% | - |
| HSV(B) | 58.71º | 0.92% | 0.79% | - |
| XYZ | 44.64 | 52.98 | 8.36 | - |
| YUV | 178.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 16 | 0 | 0.02 | 0.92 | 0.21 | 58.71 | 0.85 | 0.43 |
| Hex | CA | C6 | 10 | 0 | 2 | 5C | 15 | 3B | 55 | 2B |
| Octal | 312 | 306 | 20 | 0 | 2 | 134 | 25 | 73 | 125 | 53 |
| Binary | 11001010 | 11000110 | 10000 | 0 | 10 | 1011100 | 10101 | 111011 | 1010101 | 101011 |
Color Harmonies of #CAC610
Complementary color
Monochromatic Colors of #CAC610
Black with #CAC610
Text Example
Text Example
White with #CAC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC610; }
p { color: rgb(202,198,16); }
H1.HeaderClassName
{
color: #CAC610;
}
.AnyTagClassName
{
color: #CAC610;
}
</style>
background-color css
<style>
a { background-color: #CAC610; }
a { background-color: rgb(202,198,16); }
div.DivClassName
{
background-color: #CAC610;
}
.BgClassName
{
background-color: #CAC610;
}
</style>
border-color css
<style>
span { border-color: #CAC610; }
span { border-color: rgb(202,198,16); }
td.TdClassName
{
border-color: #CAC610;
}
.TagClassName
{
border-color: #CAC610;
}
</style>