Shades of Bird Flower #CABB1F
Tints of Bird Flower #CABB1F
RGB
CMYK
RGB Variations
Color information
#CABB1F (or 0xCABB1F) is known color: Bird Flower. HEX triplet: CA, BB and 1F. RGB value is (202,187,31). Sum of RGB (Red+Green+Blue) = 202+187+31=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB1F is #3544E0. Grayscale: #AEAEAE. Windows color (decimal): -3491041 or 2079690. OLE color: 2079690.
HSL color Cylindrical-coordinate representation of color #CABB1F: hue angle of 54.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CABB1F is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 31 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.21 |
| HSL | 54.74º | 0.73% | 0.46% | - |
| HSV(B) | 54.74º | 0.85% | 0.79% | - |
| XYZ | 42.37 | 48.2 | 8.37 | - |
| YUV | 173.7 | 47.47 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 31 | 0 | 0.07 | 0.85 | 0.21 | 54.74 | 0.73 | 0.46 |
| Hex | CA | BB | 1F | 0 | 7 | 55 | 15 | 37 | 49 | 2E |
| Octal | 312 | 273 | 37 | 0 | 7 | 125 | 25 | 67 | 111 | 56 |
| Binary | 11001010 | 10111011 | 11111 | 0 | 111 | 1010101 | 10101 | 110111 | 1001001 | 101110 |
Color Harmonies of #CABB1F
Complementary color
Monochromatic Colors of #CABB1F
Black with #CABB1F
Text Example
Text Example
White with #CABB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB1F; }
p { color: rgb(202,187,31); }
H1.HeaderClassName
{
color: #CABB1F;
}
.AnyTagClassName
{
color: #CABB1F;
}
</style>
background-color css
<style>
a { background-color: #CABB1F; }
a { background-color: rgb(202,187,31); }
div.DivClassName
{
background-color: #CABB1F;
}
.BgClassName
{
background-color: #CABB1F;
}
</style>
border-color css
<style>
span { border-color: #CABB1F; }
span { border-color: rgb(202,187,31); }
td.TdClassName
{
border-color: #CABB1F;
}
.TagClassName
{
border-color: #CABB1F;
}
</style>