Shades of Bird Flower #CAB60E
Tints of Bird Flower #CAB60E
RGB
CMYK
RGB Variations
Color information
#CAB60E (or 0xCAB60E) is known color: Bird Flower. HEX triplet: CA, B6 and 0E. RGB value is (202,182,14). Sum of RGB (Red+Green+Blue) = 202+182+14=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB60E is #3549F1. Grayscale: #A9A9A9. Windows color (decimal): -3492338 or 964298. OLE color: 964298.
HSL color Cylindrical-coordinate representation of color #CAB60E: hue angle of 53.62º 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 #CAB60E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 14 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.21 |
| HSL | 53.62º | 0.87% | 0.42% | - |
| HSV(B) | 53.62º | 0.93% | 0.79% | - |
| XYZ | 41.16 | 46.04 | 7.13 | - |
| YUV | 168.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 14 | 0 | 0.10 | 0.93 | 0.21 | 53.62 | 0.87 | 0.42 |
| Hex | CA | B6 | E | 0 | A | 5D | 15 | 36 | 57 | 2A |
| Octal | 312 | 266 | 16 | 0 | 12 | 135 | 25 | 66 | 127 | 52 |
| Binary | 11001010 | 10110110 | 1110 | 0 | 1010 | 1011101 | 10101 | 110110 | 1010111 | 101010 |
Color Harmonies of #CAB60E
Complementary color
Monochromatic Colors of #CAB60E
Black with #CAB60E
Text Example
Text Example
White with #CAB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB60E; }
p { color: rgb(202,182,14); }
H1.HeaderClassName
{
color: #CAB60E;
}
.AnyTagClassName
{
color: #CAB60E;
}
</style>
background-color css
<style>
a { background-color: #CAB60E; }
a { background-color: rgb(202,182,14); }
div.DivClassName
{
background-color: #CAB60E;
}
.BgClassName
{
background-color: #CAB60E;
}
</style>
border-color css
<style>
span { border-color: #CAB60E; }
span { border-color: rgb(202,182,14); }
td.TdClassName
{
border-color: #CAB60E;
}
.TagClassName
{
border-color: #CAB60E;
}
</style>