Shades of Bird Flower #CAB80E
Tints of Bird Flower #CAB80E
RGB
CMYK
RGB Variations
Color information
#CAB80E (or 0xCAB80E) is known color: Bird Flower. HEX triplet: CA, B8 and 0E. RGB value is (202,184,14). Sum of RGB (Red+Green+Blue) = 202+184+14=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB80E is #3547F1. Grayscale: #AAAAAA. Windows color (decimal): -3491826 or 964810. OLE color: 964810.
HSL color Cylindrical-coordinate representation of color #CAB80E: hue angle of 54.26º 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 #CAB80E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.21 |
| HSL | 54.26º | 0.87% | 0.42% | - |
| HSV(B) | 54.26º | 0.93% | 0.79% | - |
| XYZ | 41.58 | 46.87 | 7.27 | - |
| YUV | 170 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 14 | 0 | 0.09 | 0.93 | 0.21 | 54.26 | 0.87 | 0.42 |
| Hex | CA | B8 | E | 0 | 9 | 5D | 15 | 36 | 57 | 2A |
| Octal | 312 | 270 | 16 | 0 | 11 | 135 | 25 | 66 | 127 | 52 |
| Binary | 11001010 | 10111000 | 1110 | 0 | 1001 | 1011101 | 10101 | 110110 | 1010111 | 101010 |
Color Harmonies of #CAB80E
Complementary color
Monochromatic Colors of #CAB80E
Black with #CAB80E
Text Example
Text Example
White with #CAB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB80E; }
p { color: rgb(202,184,14); }
H1.HeaderClassName
{
color: #CAB80E;
}
.AnyTagClassName
{
color: #CAB80E;
}
</style>
background-color css
<style>
a { background-color: #CAB80E; }
a { background-color: rgb(202,184,14); }
div.DivClassName
{
background-color: #CAB80E;
}
.BgClassName
{
background-color: #CAB80E;
}
</style>
border-color css
<style>
span { border-color: #CAB80E; }
span { border-color: rgb(202,184,14); }
td.TdClassName
{
border-color: #CAB80E;
}
.TagClassName
{
border-color: #CAB80E;
}
</style>