Shades of Bird Flower #CAB31E
Tints of Bird Flower #CAB31E
RGB
CMYK
RGB Variations
Color information
#CAB31E (or 0xCAB31E) is known color: Bird Flower. HEX triplet: CA, B3 and 1E. RGB value is (202,179,30). Sum of RGB (Red+Green+Blue) = 202+179+30=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB31E is #354CE1. Grayscale: #A9A9A9. Windows color (decimal): -3493090 or 2012106. OLE color: 2012106.
HSL color Cylindrical-coordinate representation of color #CAB31E: hue angle of 51.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAB31E is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 30 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.21 |
| HSL | 51.98º | 0.74% | 0.45% | - |
| HSV(B) | 51.98º | 0.85% | 0.79% | - |
| XYZ | 40.71 | 44.89 | 7.75 | - |
| YUV | 168.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 30 | 0 | 0.11 | 0.85 | 0.21 | 51.98 | 0.74 | 0.45 |
| Hex | CA | B3 | 1E | 0 | B | 55 | 15 | 34 | 4A | 2D |
| Octal | 312 | 263 | 36 | 0 | 13 | 125 | 25 | 64 | 112 | 55 |
| Binary | 11001010 | 10110011 | 11110 | 0 | 1011 | 1010101 | 10101 | 110100 | 1001010 | 101101 |
Color Harmonies of #CAB31E
Complementary color
Monochromatic Colors of #CAB31E
Black with #CAB31E
Text Example
Text Example
White with #CAB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB31E; }
p { color: rgb(202,179,30); }
H1.HeaderClassName
{
color: #CAB31E;
}
.AnyTagClassName
{
color: #CAB31E;
}
</style>
background-color css
<style>
a { background-color: #CAB31E; }
a { background-color: rgb(202,179,30); }
div.DivClassName
{
background-color: #CAB31E;
}
.BgClassName
{
background-color: #CAB31E;
}
</style>
border-color css
<style>
span { border-color: #CAB31E; }
span { border-color: rgb(202,179,30); }
td.TdClassName
{
border-color: #CAB31E;
}
.TagClassName
{
border-color: #CAB31E;
}
</style>