Shades of Bird Flower #CAB911
Tints of Bird Flower #CAB911
RGB
CMYK
RGB Variations
Color information
#CAB911 (or 0xCAB911) is known color: Bird Flower. HEX triplet: CA, B9 and 11. RGB value is (202,185,17). Sum of RGB (Red+Green+Blue) = 202+185+17=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB911 is #3546EE. Grayscale: #ABABAB. Windows color (decimal): -3491567 or 1161674. OLE color: 1161674.
HSL color Cylindrical-coordinate representation of color #CAB911: hue angle of 54.49º 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 #CAB911 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.21 |
| HSL | 54.49º | 0.84% | 0.43% | - |
| HSV(B) | 54.49º | 0.92% | 0.79% | - |
| XYZ | 41.81 | 47.29 | 7.46 | - |
| YUV | 170.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 17 | 0 | 0.08 | 0.92 | 0.21 | 54.49 | 0.84 | 0.43 |
| Hex | CA | B9 | 11 | 0 | 8 | 5C | 15 | 36 | 54 | 2B |
| Octal | 312 | 271 | 21 | 0 | 10 | 134 | 25 | 66 | 124 | 53 |
| Binary | 11001010 | 10111001 | 10001 | 0 | 1000 | 1011100 | 10101 | 110110 | 1010100 | 101011 |
Color Harmonies of #CAB911
Complementary color
Monochromatic Colors of #CAB911
Black with #CAB911
Text Example
Text Example
White with #CAB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB911; }
p { color: rgb(202,185,17); }
H1.HeaderClassName
{
color: #CAB911;
}
.AnyTagClassName
{
color: #CAB911;
}
</style>
background-color css
<style>
a { background-color: #CAB911; }
a { background-color: rgb(202,185,17); }
div.DivClassName
{
background-color: #CAB911;
}
.BgClassName
{
background-color: #CAB911;
}
</style>
border-color css
<style>
span { border-color: #CAB911; }
span { border-color: rgb(202,185,17); }
td.TdClassName
{
border-color: #CAB911;
}
.TagClassName
{
border-color: #CAB911;
}
</style>