Shades of Bird Flower #CAB517
Tints of Bird Flower #CAB517
RGB
CMYK
RGB Variations
Color information
#CAB517 (or 0xCAB517) is known color: Bird Flower. HEX triplet: CA, B5 and 17. RGB value is (202,181,23). Sum of RGB (Red+Green+Blue) = 202+181+23=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB517 is #354AE8. Grayscale: #A9A9A9. Windows color (decimal): -3492585 or 1553866. OLE color: 1553866.
HSL color Cylindrical-coordinate representation of color #CAB517: hue angle of 52.96º 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 #CAB517 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 23 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.21 |
| HSL | 52.96º | 0.8% | 0.44% | - |
| HSV(B) | 52.96º | 0.89% | 0.79% | - |
| XYZ | 41.04 | 45.67 | 7.46 | - |
| YUV | 169.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 23 | 0 | 0.10 | 0.89 | 0.21 | 52.96 | 0.8 | 0.44 |
| Hex | CA | B5 | 17 | 0 | A | 59 | 15 | 35 | 50 | 2C |
| Octal | 312 | 265 | 27 | 0 | 12 | 131 | 25 | 65 | 120 | 54 |
| Binary | 11001010 | 10110101 | 10111 | 0 | 1010 | 1011001 | 10101 | 110101 | 1010000 | 101100 |
Color Harmonies of #CAB517
Complementary color
Monochromatic Colors of #CAB517
Black with #CAB517
Text Example
Text Example
White with #CAB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB517; }
p { color: rgb(202,181,23); }
H1.HeaderClassName
{
color: #CAB517;
}
.AnyTagClassName
{
color: #CAB517;
}
</style>
background-color css
<style>
a { background-color: #CAB517; }
a { background-color: rgb(202,181,23); }
div.DivClassName
{
background-color: #CAB517;
}
.BgClassName
{
background-color: #CAB517;
}
</style>
border-color css
<style>
span { border-color: #CAB517; }
span { border-color: rgb(202,181,23); }
td.TdClassName
{
border-color: #CAB517;
}
.TagClassName
{
border-color: #CAB517;
}
</style>