Shades of Bird Flower #CAB810
Tints of Bird Flower #CAB810
RGB
CMYK
RGB Variations
Color information
#CAB810 (or 0xCAB810) is known color: Bird Flower. HEX triplet: CA, B8 and 10. RGB value is (202,184,16). Sum of RGB (Red+Green+Blue) = 202+184+16=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB810 is #3547EF. Grayscale: #AAAAAA. Windows color (decimal): -3491824 or 1095882. OLE color: 1095882.
HSL color Cylindrical-coordinate representation of color #CAB810: hue angle of 54.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAB810 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 16 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.21 |
| HSL | 54.19º | 0.85% | 0.43% | - |
| HSV(B) | 54.19º | 0.92% | 0.79% | - |
| XYZ | 41.59 | 46.87 | 7.35 | - |
| YUV | 170.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 16 | 0 | 0.09 | 0.92 | 0.21 | 54.19 | 0.85 | 0.43 |
| Hex | CA | B8 | 10 | 0 | 9 | 5C | 15 | 36 | 55 | 2B |
| Octal | 312 | 270 | 20 | 0 | 11 | 134 | 25 | 66 | 125 | 53 |
| Binary | 11001010 | 10111000 | 10000 | 0 | 1001 | 1011100 | 10101 | 110110 | 1010101 | 101011 |
Color Harmonies of #CAB810
Complementary color
Monochromatic Colors of #CAB810
Black with #CAB810
Text Example
Text Example
White with #CAB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB810; }
p { color: rgb(202,184,16); }
H1.HeaderClassName
{
color: #CAB810;
}
.AnyTagClassName
{
color: #CAB810;
}
</style>
background-color css
<style>
a { background-color: #CAB810; }
a { background-color: rgb(202,184,16); }
div.DivClassName
{
background-color: #CAB810;
}
.BgClassName
{
background-color: #CAB810;
}
</style>
border-color css
<style>
span { border-color: #CAB810; }
span { border-color: rgb(202,184,16); }
td.TdClassName
{
border-color: #CAB810;
}
.TagClassName
{
border-color: #CAB810;
}
</style>