Shades of Bird Flower #CAB622
Tints of Bird Flower #CAB622
RGB
CMYK
RGB Variations
Color information
#CAB622 (or 0xCAB622) is known color: Bird Flower. HEX triplet: CA, B6 and 22. RGB value is (202,182,34). Sum of RGB (Red+Green+Blue) = 202+182+34=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB622 is #3549DD. Grayscale: #ABABAB. Windows color (decimal): -3492318 or 2275018. OLE color: 2275018.
HSL color Cylindrical-coordinate representation of color #CAB622: hue angle of 52.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAB622 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 34 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.21 |
| HSL | 52.86º | 0.71% | 0.46% | - |
| HSV(B) | 52.86º | 0.83% | 0.79% | - |
| XYZ | 41.37 | 46.13 | 8.24 | - |
| YUV | 171.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 34 | 0 | 0.10 | 0.83 | 0.21 | 52.86 | 0.71 | 0.46 |
| Hex | CA | B6 | 22 | 0 | A | 53 | 15 | 35 | 47 | 2E |
| Octal | 312 | 266 | 42 | 0 | 12 | 123 | 25 | 65 | 107 | 56 |
| Binary | 11001010 | 10110110 | 100010 | 0 | 1010 | 1010011 | 10101 | 110101 | 1000111 | 101110 |
Color Harmonies of #CAB622
Complementary color
Monochromatic Colors of #CAB622
Black with #CAB622
Text Example
Text Example
White with #CAB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB622; }
p { color: rgb(202,182,34); }
H1.HeaderClassName
{
color: #CAB622;
}
.AnyTagClassName
{
color: #CAB622;
}
</style>
background-color css
<style>
a { background-color: #CAB622; }
a { background-color: rgb(202,182,34); }
div.DivClassName
{
background-color: #CAB622;
}
.BgClassName
{
background-color: #CAB622;
}
</style>
border-color css
<style>
span { border-color: #CAB622; }
span { border-color: rgb(202,182,34); }
td.TdClassName
{
border-color: #CAB622;
}
.TagClassName
{
border-color: #CAB622;
}
</style>