Shades of Bird Flower #CAB703
Tints of Bird Flower #CAB703
RGB
CMYK
RGB Variations
Color information
#CAB703 (or 0xCAB703) is known color: Bird Flower. HEX triplet: CA, B7 and 03. RGB value is (202,183,3). Sum of RGB (Red+Green+Blue) = 202+183+3=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB703 is #3548FC. Grayscale: #A8A8A8. Windows color (decimal): -3492093 or 243658. OLE color: 243658.
HSL color Cylindrical-coordinate representation of color #CAB703: hue angle of 54.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAB703 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.21 |
| HSL | 54.27º | 0.97% | 0.4% | - |
| HSV(B) | 54.27º | 0.99% | 0.79% | - |
| XYZ | 41.31 | 46.43 | 6.87 | - |
| YUV | 168.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 3 | 0 | 0.09 | 0.99 | 0.21 | 54.27 | 0.97 | 0.4 |
| Hex | CA | B7 | 3 | 0 | 9 | 63 | 15 | 36 | 61 | 28 |
| Octal | 312 | 267 | 3 | 0 | 11 | 143 | 25 | 66 | 141 | 50 |
| Binary | 11001010 | 10110111 | 11 | 0 | 1001 | 1100011 | 10101 | 110110 | 1100001 | 101000 |
Color Harmonies of #CAB703
Complementary color
Monochromatic Colors of #CAB703
Black with #CAB703
Text Example
Text Example
White with #CAB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB703; }
p { color: rgb(202,183,3); }
H1.HeaderClassName
{
color: #CAB703;
}
.AnyTagClassName
{
color: #CAB703;
}
</style>
background-color css
<style>
a { background-color: #CAB703; }
a { background-color: rgb(202,183,3); }
div.DivClassName
{
background-color: #CAB703;
}
.BgClassName
{
background-color: #CAB703;
}
</style>
border-color css
<style>
span { border-color: #CAB703; }
span { border-color: rgb(202,183,3); }
td.TdClassName
{
border-color: #CAB703;
}
.TagClassName
{
border-color: #CAB703;
}
</style>