Shades of Bird Flower #CAB120
Tints of Bird Flower #CAB120
RGB
CMYK
RGB Variations
Color information
#CAB120 (or 0xCAB120) is known color: Bird Flower. HEX triplet: CA, B1 and 20. RGB value is (202,177,32). Sum of RGB (Red+Green+Blue) = 202+177+32=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB120 is #354EDF. Grayscale: #A8A8A8. Windows color (decimal): -3493600 or 2142666. OLE color: 2142666.
HSL color Cylindrical-coordinate representation of color #CAB120: hue angle of 51.18º 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 #CAB120 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 32 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.21 |
| HSL | 51.18º | 0.73% | 0.46% | - |
| HSV(B) | 51.18º | 0.84% | 0.79% | - |
| XYZ | 40.34 | 44.11 | 7.75 | - |
| YUV | 167.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 32 | 0 | 0.12 | 0.84 | 0.21 | 51.18 | 0.73 | 0.46 |
| Hex | CA | B1 | 20 | 0 | C | 54 | 15 | 33 | 49 | 2E |
| Octal | 312 | 261 | 40 | 0 | 14 | 124 | 25 | 63 | 111 | 56 |
| Binary | 11001010 | 10110001 | 100000 | 0 | 1100 | 1010100 | 10101 | 110011 | 1001001 | 101110 |
Color Harmonies of #CAB120
Complementary color
Monochromatic Colors of #CAB120
Black with #CAB120
Text Example
Text Example
White with #CAB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB120; }
p { color: rgb(202,177,32); }
H1.HeaderClassName
{
color: #CAB120;
}
.AnyTagClassName
{
color: #CAB120;
}
</style>
background-color css
<style>
a { background-color: #CAB120; }
a { background-color: rgb(202,177,32); }
div.DivClassName
{
background-color: #CAB120;
}
.BgClassName
{
background-color: #CAB120;
}
</style>
border-color css
<style>
span { border-color: #CAB120; }
span { border-color: rgb(202,177,32); }
td.TdClassName
{
border-color: #CAB120;
}
.TagClassName
{
border-color: #CAB120;
}
</style>