Shades of Bird Flower #CAB512
Tints of Bird Flower #CAB512
RGB
CMYK
RGB Variations
Color information
#CAB512 (or 0xCAB512) is known color: Bird Flower. HEX triplet: CA, B5 and 12. RGB value is (202,181,18). Sum of RGB (Red+Green+Blue) = 202+181+18=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB512 is #354AED. Grayscale: #A9A9A9. Windows color (decimal): -3492590 or 1226186. OLE color: 1226186.
HSL color Cylindrical-coordinate representation of color #CAB512: hue angle of 53.15º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAB512 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 18 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.21 |
| HSL | 53.15º | 0.84% | 0.43% | - |
| HSV(B) | 53.15º | 0.91% | 0.79% | - |
| XYZ | 40.99 | 45.65 | 7.22 | - |
| YUV | 168.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 18 | 0 | 0.10 | 0.91 | 0.21 | 53.15 | 0.84 | 0.43 |
| Hex | CA | B5 | 12 | 0 | A | 5B | 15 | 35 | 54 | 2B |
| Octal | 312 | 265 | 22 | 0 | 12 | 133 | 25 | 65 | 124 | 53 |
| Binary | 11001010 | 10110101 | 10010 | 0 | 1010 | 1011011 | 10101 | 110101 | 1010100 | 101011 |
Color Harmonies of #CAB512
Complementary color
Monochromatic Colors of #CAB512
Black with #CAB512
Text Example
Text Example
White with #CAB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB512; }
p { color: rgb(202,181,18); }
H1.HeaderClassName
{
color: #CAB512;
}
.AnyTagClassName
{
color: #CAB512;
}
</style>
background-color css
<style>
a { background-color: #CAB512; }
a { background-color: rgb(202,181,18); }
div.DivClassName
{
background-color: #CAB512;
}
.BgClassName
{
background-color: #CAB512;
}
</style>
border-color css
<style>
span { border-color: #CAB512; }
span { border-color: rgb(202,181,18); }
td.TdClassName
{
border-color: #CAB512;
}
.TagClassName
{
border-color: #CAB512;
}
</style>