Shades of Bird Flower #CAB502
Tints of Bird Flower #CAB502
RGB
CMYK
RGB Variations
Color information
#CAB502 (or 0xCAB502) is known color: Bird Flower. HEX triplet: CA, B5 and 02. RGB value is (202,181,2). Sum of RGB (Red+Green+Blue) = 202+181+2=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB502 is #354AFD. Grayscale: #A7A7A7. Windows color (decimal): -3492606 or 177610. OLE color: 177610.
HSL color Cylindrical-coordinate representation of color #CAB502: hue angle of 53.7º degrees, saturation: 0.98, 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 #CAB502 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.21 |
| HSL | 53.7º | 0.98% | 0.4% | - |
| HSV(B) | 53.7º | 0.99% | 0.79% | - |
| XYZ | 40.89 | 45.61 | 6.71 | - |
| YUV | 166.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 2 | 0 | 0.10 | 0.99 | 0.21 | 53.7 | 0.98 | 0.4 |
| Hex | CA | B5 | 2 | 0 | A | 63 | 15 | 36 | 62 | 28 |
| Octal | 312 | 265 | 2 | 0 | 12 | 143 | 25 | 66 | 142 | 50 |
| Binary | 11001010 | 10110101 | 10 | 0 | 1010 | 1100011 | 10101 | 110110 | 1100010 | 101000 |
Color Harmonies of #CAB502
Complementary color
Monochromatic Colors of #CAB502
Black with #CAB502
Text Example
Text Example
White with #CAB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB502; }
p { color: rgb(202,181,2); }
H1.HeaderClassName
{
color: #CAB502;
}
.AnyTagClassName
{
color: #CAB502;
}
</style>
background-color css
<style>
a { background-color: #CAB502; }
a { background-color: rgb(202,181,2); }
div.DivClassName
{
background-color: #CAB502;
}
.BgClassName
{
background-color: #CAB502;
}
</style>
border-color css
<style>
span { border-color: #CAB502; }
span { border-color: rgb(202,181,2); }
td.TdClassName
{
border-color: #CAB502;
}
.TagClassName
{
border-color: #CAB502;
}
</style>