Shades of Bird Flower #CAB70E
Tints of Bird Flower #CAB70E
RGB
CMYK
RGB Variations
Color information
#CAB70E (or 0xCAB70E) is known color: Bird Flower. HEX triplet: CA, B7 and 0E. RGB value is (202,183,14). Sum of RGB (Red+Green+Blue) = 202+183+14=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB70E is #3548F1. Grayscale: #AAAAAA. Windows color (decimal): -3492082 or 964554. OLE color: 964554.
HSL color Cylindrical-coordinate representation of color #CAB70E: hue angle of 53.94º 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 #CAB70E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.21 |
| HSL | 53.94º | 0.87% | 0.42% | - |
| HSV(B) | 53.94º | 0.93% | 0.79% | - |
| XYZ | 41.37 | 46.46 | 7.2 | - |
| YUV | 169.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 14 | 0 | 0.09 | 0.93 | 0.21 | 53.94 | 0.87 | 0.42 |
| Hex | CA | B7 | E | 0 | 9 | 5D | 15 | 36 | 57 | 2A |
| Octal | 312 | 267 | 16 | 0 | 11 | 135 | 25 | 66 | 127 | 52 |
| Binary | 11001010 | 10110111 | 1110 | 0 | 1001 | 1011101 | 10101 | 110110 | 1010111 | 101010 |
Color Harmonies of #CAB70E
Complementary color
Monochromatic Colors of #CAB70E
Black with #CAB70E
Text Example
Text Example
White with #CAB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB70E; }
p { color: rgb(202,183,14); }
H1.HeaderClassName
{
color: #CAB70E;
}
.AnyTagClassName
{
color: #CAB70E;
}
</style>
background-color css
<style>
a { background-color: #CAB70E; }
a { background-color: rgb(202,183,14); }
div.DivClassName
{
background-color: #CAB70E;
}
.BgClassName
{
background-color: #CAB70E;
}
</style>
border-color css
<style>
span { border-color: #CAB70E; }
span { border-color: rgb(202,183,14); }
td.TdClassName
{
border-color: #CAB70E;
}
.TagClassName
{
border-color: #CAB70E;
}
</style>