Shades of Bird Flower #CAB417
Tints of Bird Flower #CAB417
RGB
CMYK
RGB Variations
Color information
#CAB417 (or 0xCAB417) is known color: Bird Flower. HEX triplet: CA, B4 and 17. RGB value is (202,180,23). Sum of RGB (Red+Green+Blue) = 202+180+23=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB417 is #354BE8. Grayscale: #A9A9A9. Windows color (decimal): -3492841 or 1553610. OLE color: 1553610.
HSL color Cylindrical-coordinate representation of color #CAB417: hue angle of 52.63º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAB417 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 23 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.21 |
| HSL | 52.63º | 0.8% | 0.44% | - |
| HSV(B) | 52.63º | 0.89% | 0.79% | - |
| XYZ | 40.83 | 45.26 | 7.39 | - |
| YUV | 168.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 23 | 0 | 0.11 | 0.89 | 0.21 | 52.63 | 0.8 | 0.44 |
| Hex | CA | B4 | 17 | 0 | B | 59 | 15 | 35 | 50 | 2C |
| Octal | 312 | 264 | 27 | 0 | 13 | 131 | 25 | 65 | 120 | 54 |
| Binary | 11001010 | 10110100 | 10111 | 0 | 1011 | 1011001 | 10101 | 110101 | 1010000 | 101100 |
Color Harmonies of #CAB417
Complementary color
Monochromatic Colors of #CAB417
Black with #CAB417
Text Example
Text Example
White with #CAB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB417; }
p { color: rgb(202,180,23); }
H1.HeaderClassName
{
color: #CAB417;
}
.AnyTagClassName
{
color: #CAB417;
}
</style>
background-color css
<style>
a { background-color: #CAB417; }
a { background-color: rgb(202,180,23); }
div.DivClassName
{
background-color: #CAB417;
}
.BgClassName
{
background-color: #CAB417;
}
</style>
border-color css
<style>
span { border-color: #CAB417; }
span { border-color: rgb(202,180,23); }
td.TdClassName
{
border-color: #CAB417;
}
.TagClassName
{
border-color: #CAB417;
}
</style>