Shades of Bird Flower #CAC810
Tints of Bird Flower #CAC810
RGB
CMYK
RGB Variations
Color information
#CAC810 (or 0xCAC810) is known color: Bird Flower. HEX triplet: CA, C8 and 10. RGB value is (202,200,16). Sum of RGB (Red+Green+Blue) = 202+200+16=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC810 is #3537EF. Grayscale: #B4B4B4. Windows color (decimal): -3487728 or 1099978. OLE color: 1099978.
HSL color Cylindrical-coordinate representation of color #CAC810: hue angle of 59.35º 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 #CAC810 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.21 |
| HSL | 59.35º | 0.85% | 0.43% | - |
| HSV(B) | 59.35º | 0.92% | 0.79% | - |
| XYZ | 45.1 | 53.9 | 8.52 | - |
| YUV | 179.62 | 35.66 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 16 | 0 | 0.01 | 0.92 | 0.21 | 59.35 | 0.85 | 0.43 |
| Hex | CA | C8 | 10 | 0 | 1 | 5C | 15 | 3B | 55 | 2B |
| Octal | 312 | 310 | 20 | 0 | 1 | 134 | 25 | 73 | 125 | 53 |
| Binary | 11001010 | 11001000 | 10000 | 0 | 1 | 1011100 | 10101 | 111011 | 1010101 | 101011 |
Color Harmonies of #CAC810
Complementary color
Monochromatic Colors of #CAC810
Black with #CAC810
Text Example
Text Example
White with #CAC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC810; }
p { color: rgb(202,200,16); }
H1.HeaderClassName
{
color: #CAC810;
}
.AnyTagClassName
{
color: #CAC810;
}
</style>
background-color css
<style>
a { background-color: #CAC810; }
a { background-color: rgb(202,200,16); }
div.DivClassName
{
background-color: #CAC810;
}
.BgClassName
{
background-color: #CAC810;
}
</style>
border-color css
<style>
span { border-color: #CAC810; }
span { border-color: rgb(202,200,16); }
td.TdClassName
{
border-color: #CAC810;
}
.TagClassName
{
border-color: #CAC810;
}
</style>