Shades of Bird Flower #CAB319
Tints of Bird Flower #CAB319
RGB
CMYK
RGB Variations
Color information
#CAB319 (or 0xCAB319) is known color: Bird Flower. HEX triplet: CA, B3 and 19. RGB value is (202,179,25). Sum of RGB (Red+Green+Blue) = 202+179+25=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB319 is #354CE6. Grayscale: #A8A8A8. Windows color (decimal): -3493095 or 1684426. OLE color: 1684426.
HSL color Cylindrical-coordinate representation of color #CAB319: hue angle of 52.2º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAB319 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 25 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.21 |
| HSL | 52.2º | 0.78% | 0.45% | - |
| HSV(B) | 52.2º | 0.88% | 0.79% | - |
| XYZ | 40.65 | 44.87 | 7.44 | - |
| YUV | 168.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 25 | 0 | 0.11 | 0.88 | 0.21 | 52.2 | 0.78 | 0.45 |
| Hex | CA | B3 | 19 | 0 | B | 58 | 15 | 34 | 4E | 2D |
| Octal | 312 | 263 | 31 | 0 | 13 | 130 | 25 | 64 | 116 | 55 |
| Binary | 11001010 | 10110011 | 11001 | 0 | 1011 | 1011000 | 10101 | 110100 | 1001110 | 101101 |
Color Harmonies of #CAB319
Complementary color
Monochromatic Colors of #CAB319
Black with #CAB319
Text Example
Text Example
White with #CAB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB319; }
p { color: rgb(202,179,25); }
H1.HeaderClassName
{
color: #CAB319;
}
.AnyTagClassName
{
color: #CAB319;
}
</style>
background-color css
<style>
a { background-color: #CAB319; }
a { background-color: rgb(202,179,25); }
div.DivClassName
{
background-color: #CAB319;
}
.BgClassName
{
background-color: #CAB319;
}
</style>
border-color css
<style>
span { border-color: #CAB319; }
span { border-color: rgb(202,179,25); }
td.TdClassName
{
border-color: #CAB319;
}
.TagClassName
{
border-color: #CAB319;
}
</style>