Shades of Bird Flower #CAB20D
Tints of Bird Flower #CAB20D
RGB
CMYK
RGB Variations
Color information
#CAB20D (or 0xCAB20D) is known color: Bird Flower. HEX triplet: CA, B2 and 0D. RGB value is (202,178,13). Sum of RGB (Red+Green+Blue) = 202+178+13=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB20D is #354DF2. Grayscale: #A7A7A7. Windows color (decimal): -3493363 or 897738. OLE color: 897738.
HSL color Cylindrical-coordinate representation of color #CAB20D: hue angle of 52.38º 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 #CAB20D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.21 |
| HSL | 52.38º | 0.88% | 0.42% | - |
| HSV(B) | 52.38º | 0.94% | 0.79% | - |
| XYZ | 40.35 | 44.43 | 6.83 | - |
| YUV | 166.37 | 41.45 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 13 | 0 | 0.12 | 0.94 | 0.21 | 52.38 | 0.88 | 0.42 |
| Hex | CA | B2 | D | 0 | C | 5E | 15 | 34 | 58 | 2A |
| Octal | 312 | 262 | 15 | 0 | 14 | 136 | 25 | 64 | 130 | 52 |
| Binary | 11001010 | 10110010 | 1101 | 0 | 1100 | 1011110 | 10101 | 110100 | 1011000 | 101010 |
Color Harmonies of #CAB20D
Complementary color
Monochromatic Colors of #CAB20D
Black with #CAB20D
Text Example
Text Example
White with #CAB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB20D; }
p { color: rgb(202,178,13); }
H1.HeaderClassName
{
color: #CAB20D;
}
.AnyTagClassName
{
color: #CAB20D;
}
</style>
background-color css
<style>
a { background-color: #CAB20D; }
a { background-color: rgb(202,178,13); }
div.DivClassName
{
background-color: #CAB20D;
}
.BgClassName
{
background-color: #CAB20D;
}
</style>
border-color css
<style>
span { border-color: #CAB20D; }
span { border-color: rgb(202,178,13); }
td.TdClassName
{
border-color: #CAB20D;
}
.TagClassName
{
border-color: #CAB20D;
}
</style>