Shades of Bird Flower #CAB31A
Tints of Bird Flower #CAB31A
RGB
CMYK
RGB Variations
Color information
#CAB31A (or 0xCAB31A) is known color: Bird Flower. HEX triplet: CA, B3 and 1A. RGB value is (202,179,26). Sum of RGB (Red+Green+Blue) = 202+179+26=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB31A is #354CE5. Grayscale: #A9A9A9. Windows color (decimal): -3493094 or 1749962. OLE color: 1749962.
HSL color Cylindrical-coordinate representation of color #CAB31A: hue angle of 52.16º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAB31A is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 26 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.21 |
| HSL | 52.16º | 0.77% | 0.45% | - |
| HSV(B) | 52.16º | 0.87% | 0.79% | - |
| XYZ | 40.66 | 44.87 | 7.5 | - |
| YUV | 168.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 26 | 0 | 0.11 | 0.87 | 0.21 | 52.16 | 0.77 | 0.45 |
| Hex | CA | B3 | 1A | 0 | B | 57 | 15 | 34 | 4D | 2D |
| Octal | 312 | 263 | 32 | 0 | 13 | 127 | 25 | 64 | 115 | 55 |
| Binary | 11001010 | 10110011 | 11010 | 0 | 1011 | 1010111 | 10101 | 110100 | 1001101 | 101101 |
Color Harmonies of #CAB31A
Complementary color
Monochromatic Colors of #CAB31A
Black with #CAB31A
Text Example
Text Example
White with #CAB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB31A; }
p { color: rgb(202,179,26); }
H1.HeaderClassName
{
color: #CAB31A;
}
.AnyTagClassName
{
color: #CAB31A;
}
</style>
background-color css
<style>
a { background-color: #CAB31A; }
a { background-color: rgb(202,179,26); }
div.DivClassName
{
background-color: #CAB31A;
}
.BgClassName
{
background-color: #CAB31A;
}
</style>
border-color css
<style>
span { border-color: #CAB31A; }
span { border-color: rgb(202,179,26); }
td.TdClassName
{
border-color: #CAB31A;
}
.TagClassName
{
border-color: #CAB31A;
}
</style>