Shades of Bird Flower #CAB40E
Tints of Bird Flower #CAB40E
RGB
CMYK
RGB Variations
Color information
#CAB40E (or 0xCAB40E) is known color: Bird Flower. HEX triplet: CA, B4 and 0E. RGB value is (202,180,14). Sum of RGB (Red+Green+Blue) = 202+180+14=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB40E is #354BF1. Grayscale: #A8A8A8. Windows color (decimal): -3492850 or 963786. OLE color: 963786.
HSL color Cylindrical-coordinate representation of color #CAB40E: hue angle of 52.98º 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 #CAB40E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 14 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.21 |
| HSL | 52.98º | 0.87% | 0.42% | - |
| HSV(B) | 52.98º | 0.93% | 0.79% | - |
| XYZ | 40.76 | 45.23 | 7 | - |
| YUV | 167.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 14 | 0 | 0.11 | 0.93 | 0.21 | 52.98 | 0.87 | 0.42 |
| Hex | CA | B4 | E | 0 | B | 5D | 15 | 35 | 57 | 2A |
| Octal | 312 | 264 | 16 | 0 | 13 | 135 | 25 | 65 | 127 | 52 |
| Binary | 11001010 | 10110100 | 1110 | 0 | 1011 | 1011101 | 10101 | 110101 | 1010111 | 101010 |
Color Harmonies of #CAB40E
Complementary color
Monochromatic Colors of #CAB40E
Black with #CAB40E
Text Example
Text Example
White with #CAB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB40E; }
p { color: rgb(202,180,14); }
H1.HeaderClassName
{
color: #CAB40E;
}
.AnyTagClassName
{
color: #CAB40E;
}
</style>
background-color css
<style>
a { background-color: #CAB40E; }
a { background-color: rgb(202,180,14); }
div.DivClassName
{
background-color: #CAB40E;
}
.BgClassName
{
background-color: #CAB40E;
}
</style>
border-color css
<style>
span { border-color: #CAB40E; }
span { border-color: rgb(202,180,14); }
td.TdClassName
{
border-color: #CAB40E;
}
.TagClassName
{
border-color: #CAB40E;
}
</style>