Shades of Bird Flower #CAB90E
Tints of Bird Flower #CAB90E
RGB
CMYK
RGB Variations
Color information
#CAB90E (or 0xCAB90E) is known color: Bird Flower. HEX triplet: CA, B9 and 0E. RGB value is (202,185,14). Sum of RGB (Red+Green+Blue) = 202+185+14=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB90E is #3546F1. Grayscale: #ABABAB. Windows color (decimal): -3491570 or 965066. OLE color: 965066.
HSL color Cylindrical-coordinate representation of color #CAB90E: hue angle of 54.57º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAB90E is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 14 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.21 |
| HSL | 54.57º | 0.87% | 0.42% | - |
| HSV(B) | 54.57º | 0.93% | 0.79% | - |
| XYZ | 41.79 | 47.29 | 7.34 | - |
| YUV | 170.59 | 39.63 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 14 | 0 | 0.08 | 0.93 | 0.21 | 54.57 | 0.87 | 0.42 |
| Hex | CA | B9 | E | 0 | 8 | 5D | 15 | 37 | 57 | 2A |
| Octal | 312 | 271 | 16 | 0 | 10 | 135 | 25 | 67 | 127 | 52 |
| Binary | 11001010 | 10111001 | 1110 | 0 | 1000 | 1011101 | 10101 | 110111 | 1010111 | 101010 |
Color Harmonies of #CAB90E
Complementary color
Monochromatic Colors of #CAB90E
Black with #CAB90E
Text Example
Text Example
White with #CAB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB90E; }
p { color: rgb(202,185,14); }
H1.HeaderClassName
{
color: #CAB90E;
}
.AnyTagClassName
{
color: #CAB90E;
}
</style>
background-color css
<style>
a { background-color: #CAB90E; }
a { background-color: rgb(202,185,14); }
div.DivClassName
{
background-color: #CAB90E;
}
.BgClassName
{
background-color: #CAB90E;
}
</style>
border-color css
<style>
span { border-color: #CAB90E; }
span { border-color: rgb(202,185,14); }
td.TdClassName
{
border-color: #CAB90E;
}
.TagClassName
{
border-color: #CAB90E;
}
</style>