Shades of Bird Flower #CABA14
Tints of Bird Flower #CABA14
RGB
CMYK
RGB Variations
Color information
#CABA14 (or 0xCABA14) is known color: Bird Flower. HEX triplet: CA, BA and 14. RGB value is (202,186,20). Sum of RGB (Red+Green+Blue) = 202+186+20=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA14 is #3545EB. Grayscale: #ACACAC. Windows color (decimal): -3491308 or 1358538. OLE color: 1358538.
HSL color Cylindrical-coordinate representation of color #CABA14: hue angle of 54.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CABA14 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 20 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.21 |
| HSL | 54.73º | 0.82% | 0.44% | - |
| HSV(B) | 54.73º | 0.9% | 0.79% | - |
| XYZ | 42.04 | 47.72 | 7.66 | - |
| YUV | 171.86 | 42.3 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 20 | 0 | 0.08 | 0.90 | 0.21 | 54.73 | 0.82 | 0.44 |
| Hex | CA | BA | 14 | 0 | 8 | 5A | 15 | 37 | 52 | 2C |
| Octal | 312 | 272 | 24 | 0 | 10 | 132 | 25 | 67 | 122 | 54 |
| Binary | 11001010 | 10111010 | 10100 | 0 | 1000 | 1011010 | 10101 | 110111 | 1010010 | 101100 |
Color Harmonies of #CABA14
Complementary color
Monochromatic Colors of #CABA14
Black with #CABA14
Text Example
Text Example
White with #CABA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA14; }
p { color: rgb(202,186,20); }
H1.HeaderClassName
{
color: #CABA14;
}
.AnyTagClassName
{
color: #CABA14;
}
</style>
background-color css
<style>
a { background-color: #CABA14; }
a { background-color: rgb(202,186,20); }
div.DivClassName
{
background-color: #CABA14;
}
.BgClassName
{
background-color: #CABA14;
}
</style>
border-color css
<style>
span { border-color: #CABA14; }
span { border-color: rgb(202,186,20); }
td.TdClassName
{
border-color: #CABA14;
}
.TagClassName
{
border-color: #CABA14;
}
</style>