Shades of Bird Flower #CAB514
Tints of Bird Flower #CAB514
RGB
CMYK
RGB Variations
Color information
#CAB514 (or 0xCAB514) is known color: Bird Flower. HEX triplet: CA, B5 and 14. RGB value is (202,181,20). Sum of RGB (Red+Green+Blue) = 202+181+20=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB514 is #354AEB. Grayscale: #A9A9A9. Windows color (decimal): -3492588 or 1357258. OLE color: 1357258.
HSL color Cylindrical-coordinate representation of color #CAB514: hue angle of 53.08º 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 #CAB514 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 20 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.21 |
| HSL | 53.08º | 0.82% | 0.44% | - |
| HSV(B) | 53.08º | 0.9% | 0.79% | - |
| XYZ | 41.01 | 45.65 | 7.31 | - |
| YUV | 168.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 20 | 0 | 0.10 | 0.90 | 0.21 | 53.08 | 0.82 | 0.44 |
| Hex | CA | B5 | 14 | 0 | A | 5A | 15 | 35 | 52 | 2C |
| Octal | 312 | 265 | 24 | 0 | 12 | 132 | 25 | 65 | 122 | 54 |
| Binary | 11001010 | 10110101 | 10100 | 0 | 1010 | 1011010 | 10101 | 110101 | 1010010 | 101100 |
Color Harmonies of #CAB514
Complementary color
Monochromatic Colors of #CAB514
Black with #CAB514
Text Example
Text Example
White with #CAB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB514; }
p { color: rgb(202,181,20); }
H1.HeaderClassName
{
color: #CAB514;
}
.AnyTagClassName
{
color: #CAB514;
}
</style>
background-color css
<style>
a { background-color: #CAB514; }
a { background-color: rgb(202,181,20); }
div.DivClassName
{
background-color: #CAB514;
}
.BgClassName
{
background-color: #CAB514;
}
</style>
border-color css
<style>
span { border-color: #CAB514; }
span { border-color: rgb(202,181,20); }
td.TdClassName
{
border-color: #CAB514;
}
.TagClassName
{
border-color: #CAB514;
}
</style>