Shades of Bird Flower #CAB91F
Tints of Bird Flower #CAB91F
RGB
CMYK
RGB Variations
Color information
#CAB91F (or 0xCAB91F) is known color: Bird Flower. HEX triplet: CA, B9 and 1F. RGB value is (202,185,31). Sum of RGB (Red+Green+Blue) = 202+185+31=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB91F is #3546E0. Grayscale: #ADADAD. Windows color (decimal): -3491553 or 2079178. OLE color: 2079178.
HSL color Cylindrical-coordinate representation of color #CAB91F: hue angle of 54.04º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAB91F is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 31 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.21 |
| HSL | 54.04º | 0.73% | 0.46% | - |
| HSV(B) | 54.04º | 0.85% | 0.79% | - |
| XYZ | 41.95 | 47.35 | 8.23 | - |
| YUV | 172.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 31 | 0 | 0.08 | 0.85 | 0.21 | 54.04 | 0.73 | 0.46 |
| Hex | CA | B9 | 1F | 0 | 8 | 55 | 15 | 36 | 49 | 2E |
| Octal | 312 | 271 | 37 | 0 | 10 | 125 | 25 | 66 | 111 | 56 |
| Binary | 11001010 | 10111001 | 11111 | 0 | 1000 | 1010101 | 10101 | 110110 | 1001001 | 101110 |
Color Harmonies of #CAB91F
Complementary color
Monochromatic Colors of #CAB91F
Black with #CAB91F
Text Example
Text Example
White with #CAB91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB91F; }
p { color: rgb(202,185,31); }
H1.HeaderClassName
{
color: #CAB91F;
}
.AnyTagClassName
{
color: #CAB91F;
}
</style>
background-color css
<style>
a { background-color: #CAB91F; }
a { background-color: rgb(202,185,31); }
div.DivClassName
{
background-color: #CAB91F;
}
.BgClassName
{
background-color: #CAB91F;
}
</style>
border-color css
<style>
span { border-color: #CAB91F; }
span { border-color: rgb(202,185,31); }
td.TdClassName
{
border-color: #CAB91F;
}
.TagClassName
{
border-color: #CAB91F;
}
</style>