Shades of Bird Flower #CAB804
Tints of Bird Flower #CAB804
RGB
CMYK
RGB Variations
Color information
#CAB804 (or 0xCAB804) is known color: Bird Flower. HEX triplet: CA, B8 and 04. RGB value is (202,184,4). Sum of RGB (Red+Green+Blue) = 202+184+4=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB804 is #3547FB. Grayscale: #A9A9A9. Windows color (decimal): -3491836 or 309450. OLE color: 309450.
HSL color Cylindrical-coordinate representation of color #CAB804: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAB804 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.21 |
| HSL | 54.55º | 0.96% | 0.4% | - |
| HSV(B) | 54.55º | 0.98% | 0.79% | - |
| XYZ | 41.52 | 46.85 | 6.97 | - |
| YUV | 168.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 4 | 0 | 0.09 | 0.98 | 0.21 | 54.55 | 0.96 | 0.4 |
| Hex | CA | B8 | 4 | 0 | 9 | 62 | 15 | 37 | 60 | 28 |
| Octal | 312 | 270 | 4 | 0 | 11 | 142 | 25 | 67 | 140 | 50 |
| Binary | 11001010 | 10111000 | 100 | 0 | 1001 | 1100010 | 10101 | 110111 | 1100000 | 101000 |
Color Harmonies of #CAB804
Complementary color
Monochromatic Colors of #CAB804
Black with #CAB804
Text Example
Text Example
White with #CAB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB804; }
p { color: rgb(202,184,4); }
H1.HeaderClassName
{
color: #CAB804;
}
.AnyTagClassName
{
color: #CAB804;
}
</style>
background-color css
<style>
a { background-color: #CAB804; }
a { background-color: rgb(202,184,4); }
div.DivClassName
{
background-color: #CAB804;
}
.BgClassName
{
background-color: #CAB804;
}
</style>
border-color css
<style>
span { border-color: #CAB804; }
span { border-color: rgb(202,184,4); }
td.TdClassName
{
border-color: #CAB804;
}
.TagClassName
{
border-color: #CAB804;
}
</style>