Shades of Bird Flower #CAB811
Tints of Bird Flower #CAB811
RGB
CMYK
RGB Variations
Color information
#CAB811 (or 0xCAB811) is known color: Bird Flower. HEX triplet: CA, B8 and 11. RGB value is (202,184,17). Sum of RGB (Red+Green+Blue) = 202+184+17=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB811 is #3547EE. Grayscale: #ABABAB. Windows color (decimal): -3491823 or 1161418. OLE color: 1161418.
HSL color Cylindrical-coordinate representation of color #CAB811: hue angle of 54.16º degrees, saturation: 0.84, 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 #CAB811 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 17 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.21 |
| HSL | 54.16º | 0.84% | 0.43% | - |
| HSV(B) | 54.16º | 0.92% | 0.79% | - |
| XYZ | 41.6 | 46.88 | 7.39 | - |
| YUV | 170.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 17 | 0 | 0.09 | 0.92 | 0.21 | 54.16 | 0.84 | 0.43 |
| Hex | CA | B8 | 11 | 0 | 9 | 5C | 15 | 36 | 54 | 2B |
| Octal | 312 | 270 | 21 | 0 | 11 | 134 | 25 | 66 | 124 | 53 |
| Binary | 11001010 | 10111000 | 10001 | 0 | 1001 | 1011100 | 10101 | 110110 | 1010100 | 101011 |
Color Harmonies of #CAB811
Complementary color
Monochromatic Colors of #CAB811
Black with #CAB811
Text Example
Text Example
White with #CAB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB811; }
p { color: rgb(202,184,17); }
H1.HeaderClassName
{
color: #CAB811;
}
.AnyTagClassName
{
color: #CAB811;
}
</style>
background-color css
<style>
a { background-color: #CAB811; }
a { background-color: rgb(202,184,17); }
div.DivClassName
{
background-color: #CAB811;
}
.BgClassName
{
background-color: #CAB811;
}
</style>
border-color css
<style>
span { border-color: #CAB811; }
span { border-color: rgb(202,184,17); }
td.TdClassName
{
border-color: #CAB811;
}
.TagClassName
{
border-color: #CAB811;
}
</style>