Shades of Bird Flower #CAB70C
Tints of Bird Flower #CAB70C
RGB
CMYK
RGB Variations
Color information
#CAB70C (or 0xCAB70C) is known color: Bird Flower. HEX triplet: CA, B7 and 0C. RGB value is (202,183,12). Sum of RGB (Red+Green+Blue) = 202+183+12=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB70C is #3548F3. Grayscale: #A9A9A9. Windows color (decimal): -3492084 or 833482. OLE color: 833482.
HSL color Cylindrical-coordinate representation of color #CAB70C: hue angle of 54º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAB70C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.21 |
| HSL | 54º | 0.89% | 0.42% | - |
| HSV(B) | 54º | 0.94% | 0.79% | - |
| XYZ | 41.36 | 46.45 | 7.13 | - |
| YUV | 169.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 12 | 0 | 0.09 | 0.94 | 0.21 | 54 | 0.89 | 0.42 |
| Hex | CA | B7 | C | 0 | 9 | 5E | 15 | 36 | 59 | 2A |
| Octal | 312 | 267 | 14 | 0 | 11 | 136 | 25 | 66 | 131 | 52 |
| Binary | 11001010 | 10110111 | 1100 | 0 | 1001 | 1011110 | 10101 | 110110 | 1011001 | 101010 |
Color Harmonies of #CAB70C
Complementary color
Monochromatic Colors of #CAB70C
Black with #CAB70C
Text Example
Text Example
White with #CAB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB70C; }
p { color: rgb(202,183,12); }
H1.HeaderClassName
{
color: #CAB70C;
}
.AnyTagClassName
{
color: #CAB70C;
}
</style>
background-color css
<style>
a { background-color: #CAB70C; }
a { background-color: rgb(202,183,12); }
div.DivClassName
{
background-color: #CAB70C;
}
.BgClassName
{
background-color: #CAB70C;
}
</style>
border-color css
<style>
span { border-color: #CAB70C; }
span { border-color: rgb(202,183,12); }
td.TdClassName
{
border-color: #CAB70C;
}
.TagClassName
{
border-color: #CAB70C;
}
</style>