Shades of Bird Flower #CAC611
Tints of Bird Flower #CAC611
RGB
CMYK
RGB Variations
Color information
#CAC611 (or 0xCAC611) is known color: Bird Flower. HEX triplet: CA, C6 and 11. RGB value is (202,198,17). Sum of RGB (Red+Green+Blue) = 202+198+17=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC611 is #3539EE. Grayscale: #B3B3B3. Windows color (decimal): -3488239 or 1165002. OLE color: 1165002.
HSL color Cylindrical-coordinate representation of color #CAC611: hue angle of 58.7º degrees, saturation: 0.84, 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 #CAC611 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.21 |
| HSL | 58.7º | 0.84% | 0.43% | - |
| HSV(B) | 58.7º | 0.92% | 0.79% | - |
| XYZ | 44.65 | 52.99 | 8.4 | - |
| YUV | 178.56 | 36.83 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 17 | 0 | 0.02 | 0.92 | 0.21 | 58.7 | 0.84 | 0.43 |
| Hex | CA | C6 | 11 | 0 | 2 | 5C | 15 | 3B | 54 | 2B |
| Octal | 312 | 306 | 21 | 0 | 2 | 134 | 25 | 73 | 124 | 53 |
| Binary | 11001010 | 11000110 | 10001 | 0 | 10 | 1011100 | 10101 | 111011 | 1010100 | 101011 |
Color Harmonies of #CAC611
Complementary color
Monochromatic Colors of #CAC611
Black with #CAC611
Text Example
Text Example
White with #CAC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC611; }
p { color: rgb(202,198,17); }
H1.HeaderClassName
{
color: #CAC611;
}
.AnyTagClassName
{
color: #CAC611;
}
</style>
background-color css
<style>
a { background-color: #CAC611; }
a { background-color: rgb(202,198,17); }
div.DivClassName
{
background-color: #CAC611;
}
.BgClassName
{
background-color: #CAC611;
}
</style>
border-color css
<style>
span { border-color: #CAC611; }
span { border-color: rgb(202,198,17); }
td.TdClassName
{
border-color: #CAC611;
}
.TagClassName
{
border-color: #CAC611;
}
</style>