Shades of Bird Flower #CAB40B
Tints of Bird Flower #CAB40B
RGB
CMYK
RGB Variations
Color information
#CAB40B (or 0xCAB40B) is known color: Bird Flower. HEX triplet: CA, B4 and 0B. RGB value is (202,180,11). Sum of RGB (Red+Green+Blue) = 202+180+11=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB40B is #354BF4. Grayscale: #A8A8A8. Windows color (decimal): -3492853 or 767178. OLE color: 767178.
HSL color Cylindrical-coordinate representation of color #CAB40B: hue angle of 53.09º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAB40B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.21 |
| HSL | 53.09º | 0.9% | 0.42% | - |
| HSV(B) | 53.09º | 0.95% | 0.79% | - |
| XYZ | 40.74 | 45.22 | 6.9 | - |
| YUV | 167.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 11 | 0 | 0.11 | 0.95 | 0.21 | 53.09 | 0.9 | 0.42 |
| Hex | CA | B4 | B | 0 | B | 5F | 15 | 35 | 5A | 2A |
| Octal | 312 | 264 | 13 | 0 | 13 | 137 | 25 | 65 | 132 | 52 |
| Binary | 11001010 | 10110100 | 1011 | 0 | 1011 | 1011111 | 10101 | 110101 | 1011010 | 101010 |
Color Harmonies of #CAB40B
Complementary color
Monochromatic Colors of #CAB40B
Black with #CAB40B
Text Example
Text Example
White with #CAB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB40B; }
p { color: rgb(202,180,11); }
H1.HeaderClassName
{
color: #CAB40B;
}
.AnyTagClassName
{
color: #CAB40B;
}
</style>
background-color css
<style>
a { background-color: #CAB40B; }
a { background-color: rgb(202,180,11); }
div.DivClassName
{
background-color: #CAB40B;
}
.BgClassName
{
background-color: #CAB40B;
}
</style>
border-color css
<style>
span { border-color: #CAB40B; }
span { border-color: rgb(202,180,11); }
td.TdClassName
{
border-color: #CAB40B;
}
.TagClassName
{
border-color: #CAB40B;
}
</style>