Shades of Bird Flower #CAB620
Tints of Bird Flower #CAB620
RGB
CMYK
RGB Variations
Color information
#CAB620 (or 0xCAB620) is known color: Bird Flower. HEX triplet: CA, B6 and 20. RGB value is (202,182,32). Sum of RGB (Red+Green+Blue) = 202+182+32=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB620 is #3549DF. Grayscale: #ABABAB. Windows color (decimal): -3492320 or 2143946. OLE color: 2143946.
HSL color Cylindrical-coordinate representation of color #CAB620: hue angle of 52.94º 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 #CAB620 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 32 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.21 |
| HSL | 52.94º | 0.73% | 0.46% | - |
| HSV(B) | 52.94º | 0.84% | 0.79% | - |
| XYZ | 41.35 | 46.12 | 8.09 | - |
| YUV | 170.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 32 | 0 | 0.10 | 0.84 | 0.21 | 52.94 | 0.73 | 0.46 |
| Hex | CA | B6 | 20 | 0 | A | 54 | 15 | 35 | 49 | 2E |
| Octal | 312 | 266 | 40 | 0 | 12 | 124 | 25 | 65 | 111 | 56 |
| Binary | 11001010 | 10110110 | 100000 | 0 | 1010 | 1010100 | 10101 | 110101 | 1001001 | 101110 |
Color Harmonies of #CAB620
Complementary color
Monochromatic Colors of #CAB620
Black with #CAB620
Text Example
Text Example
White with #CAB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB620; }
p { color: rgb(202,182,32); }
H1.HeaderClassName
{
color: #CAB620;
}
.AnyTagClassName
{
color: #CAB620;
}
</style>
background-color css
<style>
a { background-color: #CAB620; }
a { background-color: rgb(202,182,32); }
div.DivClassName
{
background-color: #CAB620;
}
.BgClassName
{
background-color: #CAB620;
}
</style>
border-color css
<style>
span { border-color: #CAB620; }
span { border-color: rgb(202,182,32); }
td.TdClassName
{
border-color: #CAB620;
}
.TagClassName
{
border-color: #CAB620;
}
</style>