Shades of Bird Flower #CAB11F
Tints of Bird Flower #CAB11F
RGB
CMYK
RGB Variations
Color information
#CAB11F (or 0xCAB11F) is known color: Bird Flower. HEX triplet: CA, B1 and 1F. RGB value is (202,177,31). Sum of RGB (Red+Green+Blue) = 202+177+31=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB11F is #354EE0. Grayscale: #A8A8A8. Windows color (decimal): -3493601 or 2077130. OLE color: 2077130.
HSL color Cylindrical-coordinate representation of color #CAB11F: hue angle of 51.23º 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 #CAB11F is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 31 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.21 |
| HSL | 51.23º | 0.73% | 0.46% | - |
| HSV(B) | 51.23º | 0.85% | 0.79% | - |
| XYZ | 40.33 | 44.1 | 7.68 | - |
| YUV | 167.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 31 | 0 | 0.12 | 0.85 | 0.21 | 51.23 | 0.73 | 0.46 |
| Hex | CA | B1 | 1F | 0 | C | 55 | 15 | 33 | 49 | 2E |
| Octal | 312 | 261 | 37 | 0 | 14 | 125 | 25 | 63 | 111 | 56 |
| Binary | 11001010 | 10110001 | 11111 | 0 | 1100 | 1010101 | 10101 | 110011 | 1001001 | 101110 |
Color Harmonies of #CAB11F
Complementary color
Monochromatic Colors of #CAB11F
Black with #CAB11F
Text Example
Text Example
White with #CAB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB11F; }
p { color: rgb(202,177,31); }
H1.HeaderClassName
{
color: #CAB11F;
}
.AnyTagClassName
{
color: #CAB11F;
}
</style>
background-color css
<style>
a { background-color: #CAB11F; }
a { background-color: rgb(202,177,31); }
div.DivClassName
{
background-color: #CAB11F;
}
.BgClassName
{
background-color: #CAB11F;
}
</style>
border-color css
<style>
span { border-color: #CAB11F; }
span { border-color: rgb(202,177,31); }
td.TdClassName
{
border-color: #CAB11F;
}
.TagClassName
{
border-color: #CAB11F;
}
</style>