Shades of Bird Flower #CAB812
Tints of Bird Flower #CAB812
RGB
CMYK
RGB Variations
Color information
#CAB812 (or 0xCAB812) is known color: Bird Flower. HEX triplet: CA, B8 and 12. RGB value is (202,184,18). Sum of RGB (Red+Green+Blue) = 202+184+18=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB812 is #3547ED. Grayscale: #ABABAB. Windows color (decimal): -3491822 or 1226954. OLE color: 1226954.
HSL color Cylindrical-coordinate representation of color #CAB812: hue angle of 54.13º 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 #CAB812 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 18 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.21 |
| HSL | 54.13º | 0.84% | 0.43% | - |
| HSV(B) | 54.13º | 0.91% | 0.79% | - |
| XYZ | 41.61 | 46.88 | 7.43 | - |
| YUV | 170.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 18 | 0 | 0.09 | 0.91 | 0.21 | 54.13 | 0.84 | 0.43 |
| Hex | CA | B8 | 12 | 0 | 9 | 5B | 15 | 36 | 54 | 2B |
| Octal | 312 | 270 | 22 | 0 | 11 | 133 | 25 | 66 | 124 | 53 |
| Binary | 11001010 | 10111000 | 10010 | 0 | 1001 | 1011011 | 10101 | 110110 | 1010100 | 101011 |
Color Harmonies of #CAB812
Complementary color
Monochromatic Colors of #CAB812
Black with #CAB812
Text Example
Text Example
White with #CAB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB812; }
p { color: rgb(202,184,18); }
H1.HeaderClassName
{
color: #CAB812;
}
.AnyTagClassName
{
color: #CAB812;
}
</style>
background-color css
<style>
a { background-color: #CAB812; }
a { background-color: rgb(202,184,18); }
div.DivClassName
{
background-color: #CAB812;
}
.BgClassName
{
background-color: #CAB812;
}
</style>
border-color css
<style>
span { border-color: #CAB812; }
span { border-color: rgb(202,184,18); }
td.TdClassName
{
border-color: #CAB812;
}
.TagClassName
{
border-color: #CAB812;
}
</style>