Shades of Bird Flower #CAB300
Tints of Bird Flower #CAB300
RGB
CMYK
RGB Variations
Color information
#CAB300 (or 0xCAB300) is known color: Bird Flower. HEX triplet: CA, B3 and 00. RGB value is (202,179,0). Sum of RGB (Red+Green+Blue) = 202+179+0=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB300 is #354CFF. Grayscale: #A6A6A6. Windows color (decimal): -3493120 or 46026. OLE color: 46026.
HSL color Cylindrical-coordinate representation of color #CAB300: hue angle of 53.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAB300 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.21 |
| HSL | 53.17º | 1% | 0.4% | - |
| HSV(B) | 53.17º | 1% | 0.79% | - |
| XYZ | 40.48 | 44.8 | 6.51 | - |
| YUV | 165.47 | 34.62 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 0 | 0 | 0.11 | 1 | 0.21 | 53.17 | 1 | 0.4 |
| Hex | CA | B3 | 0 | 0 | B | 64 | 15 | 35 | 64 | 28 |
| Octal | 312 | 263 | 0 | 0 | 13 | 144 | 25 | 65 | 144 | 50 |
| Binary | 11001010 | 10110011 | 0 | 0 | 1011 | 1100100 | 10101 | 110101 | 1100100 | 101000 |
Color Harmonies of #CAB300
Complementary color
Monochromatic Colors of #CAB300
Black with #CAB300
Text Example
Text Example
White with #CAB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB300; }
p { color: rgb(202,179,0); }
H1.HeaderClassName
{
color: #CAB300;
}
.AnyTagClassName
{
color: #CAB300;
}
</style>
background-color css
<style>
a { background-color: #CAB300; }
a { background-color: rgb(202,179,0); }
div.DivClassName
{
background-color: #CAB300;
}
.BgClassName
{
background-color: #CAB300;
}
</style>
border-color css
<style>
span { border-color: #CAB300; }
span { border-color: rgb(202,179,0); }
td.TdClassName
{
border-color: #CAB300;
}
.TagClassName
{
border-color: #CAB300;
}
</style>