Shades of Bird Flower #CAB414
Tints of Bird Flower #CAB414
RGB
CMYK
RGB Variations
Color information
#CAB414 (or 0xCAB414) is known color: Bird Flower. HEX triplet: CA, B4 and 14. RGB value is (202,180,20). Sum of RGB (Red+Green+Blue) = 202+180+20=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB414 is #354BEB. Grayscale: #A8A8A8. Windows color (decimal): -3492844 or 1357002. OLE color: 1357002.
HSL color Cylindrical-coordinate representation of color #CAB414: hue angle of 52.75º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAB414 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.21 |
| HSL | 52.75º | 0.82% | 0.44% | - |
| HSV(B) | 52.75º | 0.9% | 0.79% | - |
| XYZ | 40.8 | 45.25 | 7.25 | - |
| YUV | 168.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 20 | 0 | 0.11 | 0.90 | 0.21 | 52.75 | 0.82 | 0.44 |
| Hex | CA | B4 | 14 | 0 | B | 5A | 15 | 35 | 52 | 2C |
| Octal | 312 | 264 | 24 | 0 | 13 | 132 | 25 | 65 | 122 | 54 |
| Binary | 11001010 | 10110100 | 10100 | 0 | 1011 | 1011010 | 10101 | 110101 | 1010010 | 101100 |
Color Harmonies of #CAB414
Complementary color
Monochromatic Colors of #CAB414
Black with #CAB414
Text Example
Text Example
White with #CAB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB414; }
p { color: rgb(202,180,20); }
H1.HeaderClassName
{
color: #CAB414;
}
.AnyTagClassName
{
color: #CAB414;
}
</style>
background-color css
<style>
a { background-color: #CAB414; }
a { background-color: rgb(202,180,20); }
div.DivClassName
{
background-color: #CAB414;
}
.BgClassName
{
background-color: #CAB414;
}
</style>
border-color css
<style>
span { border-color: #CAB414; }
span { border-color: rgb(202,180,20); }
td.TdClassName
{
border-color: #CAB414;
}
.TagClassName
{
border-color: #CAB414;
}
</style>