Shades of Bird Flower #CAB320
Tints of Bird Flower #CAB320
RGB
CMYK
RGB Variations
Color information
#CAB320 (or 0xCAB320) is known color: Bird Flower. HEX triplet: CA, B3 and 20. RGB value is (202,179,32). Sum of RGB (Red+Green+Blue) = 202+179+32=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB320 is #354CDF. Grayscale: #A9A9A9. Windows color (decimal): -3493088 or 2143178. OLE color: 2143178.
HSL color Cylindrical-coordinate representation of color #CAB320: hue angle of 51.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAB320 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 32 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.21 |
| HSL | 51.88º | 0.73% | 0.46% | - |
| HSV(B) | 51.88º | 0.84% | 0.79% | - |
| XYZ | 40.74 | 44.9 | 7.89 | - |
| YUV | 169.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 32 | 0 | 0.11 | 0.84 | 0.21 | 51.88 | 0.73 | 0.46 |
| Hex | CA | B3 | 20 | 0 | B | 54 | 15 | 34 | 49 | 2E |
| Octal | 312 | 263 | 40 | 0 | 13 | 124 | 25 | 64 | 111 | 56 |
| Binary | 11001010 | 10110011 | 100000 | 0 | 1011 | 1010100 | 10101 | 110100 | 1001001 | 101110 |
Color Harmonies of #CAB320
Complementary color
Monochromatic Colors of #CAB320
Black with #CAB320
Text Example
Text Example
White with #CAB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB320; }
p { color: rgb(202,179,32); }
H1.HeaderClassName
{
color: #CAB320;
}
.AnyTagClassName
{
color: #CAB320;
}
</style>
background-color css
<style>
a { background-color: #CAB320; }
a { background-color: rgb(202,179,32); }
div.DivClassName
{
background-color: #CAB320;
}
.BgClassName
{
background-color: #CAB320;
}
</style>
border-color css
<style>
span { border-color: #CAB320; }
span { border-color: rgb(202,179,32); }
td.TdClassName
{
border-color: #CAB320;
}
.TagClassName
{
border-color: #CAB320;
}
</style>