Shades of Bird Flower #CAB21E
Tints of Bird Flower #CAB21E
RGB
CMYK
RGB Variations
Color information
#CAB21E (or 0xCAB21E) is known color: Bird Flower. HEX triplet: CA, B2 and 1E. RGB value is (202,178,30). Sum of RGB (Red+Green+Blue) = 202+178+30=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB21E is #354DE1. Grayscale: #A8A8A8. Windows color (decimal): -3493346 or 2011850. OLE color: 2011850.
HSL color Cylindrical-coordinate representation of color #CAB21E: hue angle of 51.63º 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 #CAB21E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 30 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.21 |
| HSL | 51.63º | 0.74% | 0.45% | - |
| HSV(B) | 51.63º | 0.85% | 0.79% | - |
| XYZ | 40.51 | 44.49 | 7.68 | - |
| YUV | 168.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 30 | 0 | 0.12 | 0.85 | 0.21 | 51.63 | 0.74 | 0.45 |
| Hex | CA | B2 | 1E | 0 | C | 55 | 15 | 34 | 4A | 2D |
| Octal | 312 | 262 | 36 | 0 | 14 | 125 | 25 | 64 | 112 | 55 |
| Binary | 11001010 | 10110010 | 11110 | 0 | 1100 | 1010101 | 10101 | 110100 | 1001010 | 101101 |
Color Harmonies of #CAB21E
Complementary color
Monochromatic Colors of #CAB21E
Black with #CAB21E
Text Example
Text Example
White with #CAB21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB21E; }
p { color: rgb(202,178,30); }
H1.HeaderClassName
{
color: #CAB21E;
}
.AnyTagClassName
{
color: #CAB21E;
}
</style>
background-color css
<style>
a { background-color: #CAB21E; }
a { background-color: rgb(202,178,30); }
div.DivClassName
{
background-color: #CAB21E;
}
.BgClassName
{
background-color: #CAB21E;
}
</style>
border-color css
<style>
span { border-color: #CAB21E; }
span { border-color: rgb(202,178,30); }
td.TdClassName
{
border-color: #CAB21E;
}
.TagClassName
{
border-color: #CAB21E;
}
</style>