Shades of Bird Flower #CAB50D
Tints of Bird Flower #CAB50D
RGB
CMYK
RGB Variations
Color information
#CAB50D (or 0xCAB50D) is known color: Bird Flower. HEX triplet: CA, B5 and 0D. RGB value is (202,181,13). Sum of RGB (Red+Green+Blue) = 202+181+13=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB50D is #354AF2. Grayscale: #A8A8A8. Windows color (decimal): -3492595 or 898506. OLE color: 898506.
HSL color Cylindrical-coordinate representation of color #CAB50D: hue angle of 53.33º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAB50D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.21 |
| HSL | 53.33º | 0.88% | 0.42% | - |
| HSV(B) | 53.33º | 0.94% | 0.79% | - |
| XYZ | 40.95 | 45.63 | 7.03 | - |
| YUV | 168.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 13 | 0 | 0.10 | 0.94 | 0.21 | 53.33 | 0.88 | 0.42 |
| Hex | CA | B5 | D | 0 | A | 5E | 15 | 35 | 58 | 2A |
| Octal | 312 | 265 | 15 | 0 | 12 | 136 | 25 | 65 | 130 | 52 |
| Binary | 11001010 | 10110101 | 1101 | 0 | 1010 | 1011110 | 10101 | 110101 | 1011000 | 101010 |
Color Harmonies of #CAB50D
Complementary color
Monochromatic Colors of #CAB50D
Black with #CAB50D
Text Example
Text Example
White with #CAB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB50D; }
p { color: rgb(202,181,13); }
H1.HeaderClassName
{
color: #CAB50D;
}
.AnyTagClassName
{
color: #CAB50D;
}
</style>
background-color css
<style>
a { background-color: #CAB50D; }
a { background-color: rgb(202,181,13); }
div.DivClassName
{
background-color: #CAB50D;
}
.BgClassName
{
background-color: #CAB50D;
}
</style>
border-color css
<style>
span { border-color: #CAB50D; }
span { border-color: rgb(202,181,13); }
td.TdClassName
{
border-color: #CAB50D;
}
.TagClassName
{
border-color: #CAB50D;
}
</style>